Html Css Color HEX #DFCF08 Sunflower

📋 copy color: '#DFCF08'

red 223 ◦ green 207 ◦ blue 8

#DFCF08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DFCF08

Tints of Sunflower #DFCF08

RGB

 RED value IS 223 (87.5% from 255) = 50.91%

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 50.91%
G = 47.26%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFCF08 (or 0xDFCF08) is known color: Sunflower. HEX triplet: DF, CF and 08. RGB value is (223,207,8). Sum of RGB (Red+Green+Blue) = 223+207+8=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF08 is #2030F7. Grayscale: #BDBDBD. Windows color (decimal): -2109688 or 577503. OLE color: 577503.

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

Color convert

RGB 223 207 8 -
CMYK 0 0.07 0.96 0.13
HSL 55.53º 0.93% 0.45% -
HSV(B) 55.53º 0.96% 0.87% -
XYZ 52.79 60.33 9.09 -
YUV 189.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 223 207 8 0 0.07 0.96 0.13 55.53 0.93 0.45
Hex DF CF 8 0 7 60 D 38 5D 2D
Octal 337 317 10 0 7 140 15 70 135 55
Binary 11011111 11001111 1000 0 111 1100000 1101 111000 1011101 101101

Color Harmonies of #DFCF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF08

Black with #DFCF08

Text Example


Text Example

White with #DFCF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF08; }

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

 H1.HeaderClassName
 {
   color: #DFCF08;
 }
 .AnyTagClassName
 {
   color: #DFCF08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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