#DDBE0C

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

Shades of Sunflower #DDBE0C

Tints of Sunflower #DDBE0C

Color information

#DDBE0C (or 0xDDBE0C) is unknown color: approx Sunflower. HEX triplet: DD, BE and 0C. RGB value is (221,190,12). Sum of RGB (Red+Green+Blue) = 221+190+12=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE0C is #2241F3. Grayscale: #B3B3B3. Windows color (decimal): -2245108 or 835293. OLE color: 835293.

HSL color Cylindrical-coordinate representation of color #DDBE0C: hue angle of 51.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDBE0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22119012-
CMYK00.140.950.13
HSL51.1º89.7%45.69%-
HSV(B)51.1º94.57%86.67%-
XYZ48.352.237.88-
YUV178.9833.77157.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 12 (5.08% from 255) = 2.84%
R=52.25%
G=44.92%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211901200.140.950.1351.189.745.69
HexDDBEC0E5FD335a2e
Octal33527614016137156313256
Binary1101110110111110110001110101111111011100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE0C; }

 p { color: rgb(221,190,12); }

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

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

 a { background-color: rgb(221,190,12); }

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

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

 span { border-color: rgb(221,190,12); }

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