#DFBE08

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

Shades of Sunflower #DFBE08

Tints of Sunflower #DFBE08

Color information

#DFBE08 (or 0xDFBE08) is unknown color: approx Sunflower. HEX triplet: DF, BE and 08. RGB value is (223,190,8). Sum of RGB (Red+Green+Blue) = 223+190+8=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE08 is #2041F7. Grayscale: #B3B3B3. Windows color (decimal): -2114040 or 573151. OLE color: 573151.

HSL color Cylindrical-coordinate representation of color #DFBE08: hue angle of 50.79º 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 #DFBE08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB2231908-
CMYK00.150.960.13
HSL50.79º93.07%45.29%-
HSV(B)50.79º96.41%87.45%-
XYZ48.8952.537.79-
YUV179.1231.43159.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.97%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 8 (3.52% from 255) = 1.90%
R=52.97%
G=45.13%
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
Decimal223190800.150.960.1350.7993.0745.29
HexDFBE80F60D335d2d
Octal33727610017140156313555
Binary1101111110111110100001111110000011011100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE08; }

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

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

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

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

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

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

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

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