#DFBD08

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

Shades of Sunflower #DFBD08

Tints of Sunflower #DFBD08

Color information

#DFBD08 (or 0xDFBD08) is unknown color: approx Sunflower. HEX triplet: DF, BD and 08. RGB value is (223,189,8). Sum of RGB (Red+Green+Blue) = 223+189+8=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD08 is #2042F7. Grayscale: #B3B3B3. Windows color (decimal): -2114296 or 572895. OLE color: 572895.

HSL color Cylindrical-coordinate representation of color #DFBD08: hue angle of 50.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBD08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2231898-
CMYK00.150.960.13
HSL50.51º93.07%45.29%-
HSV(B)50.51º96.41%87.45%-
XYZ48.6752.17.72-
YUV178.5331.76159.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 8 (3.52% from 255) = 1.90%
R=53.10%
G=45%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223189800.150.960.1350.5193.0745.29
HexDFBD80F60D335d2d
Octal33727510017140156313555
Binary1101111110111101100001111110000011011100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD08; }

 p { color: rgb(223,189,8); }

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

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

 a { background-color: rgb(223,189,8); }

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

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

 span { border-color: rgb(223,189,8); }

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