#dd922d

Color #DD922D Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DD922D

Tints of Buttercup #DD922D

Color information

#DD922D (or 0xDD922D) is unknown color: approx Buttercup. HEX triplet: DD, 92 and 2D. RGB value is (221,146,45). Sum of RGB (Red+Green+Blue) = 221+146+45=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD922D is #226DD2. Grayscale: #9D9D9D. Windows color (decimal): -2256339 or 2986717. OLE color: 2986717.

HSL color Cylindrical-coordinate representation of color #DD922D: hue angle of 34.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD922D is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22114645-
CMYK00.340.800.13
HSL34.43º72.13%52.16%-
HSV(B)34.43º79.64%86.67%-
XYZ40.5736.127.32-
YUV156.9164.85173.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 45 (17.97% from 255) = 10.92%
R=53.64%
G=35.44%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211464500.340.800.1334.4372.1352.16
HexDD922D02250D224834
Octal33522255042120154211064
Binary11011101100100101011010100010101000011011000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd922d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd922d; }

 p { color: rgb(221,146,45); }

 H1.HeaderClassName
 {
   color: #dd922d;
 }
 .AnyTagClassName
 {
   color: #dd922d;
 }
</style>
background-color css

<style>
 a { background-color: #dd922d; }

 a { background-color: rgb(221,146,45); }

 div.DivClassName
 {
   background-color: #dd922d;
 }
 .BgClassName
 {
   background-color: #dd922d;
 }
</style>
border-color css

<style>
 span { border-color: #dd922d; }

 span { border-color: rgb(221,146,45); }

 td.TdClassName
 {
   border-color: #dd922d;
 }
 .TagClassName
 {
   border-color: #dd922d;
 }
</style>