Html Css Color HEX #DFBF08 Sunflower

📋 copy color: '#DFBF08'

red 223 ◦ green 191 ◦ blue 8

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

Shades of Sunflower #DFBF08

Tints of Sunflower #DFBF08

RGB

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

 GREEN value IS 191 (75% from 255) = 45.26%

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

R = 52.84%
G = 45.26%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFBF08 (or 0xDFBF08) is known color: Sunflower. HEX triplet: DF, BF and 08. RGB value is (223,191,8). Sum of RGB (Red+Green+Blue) = 223+191+8=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF08 is #2040F7. Grayscale: #B4B4B4. Windows color (decimal): -2113784 or 573407. OLE color: 573407.

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

Color convert

RGB 223 191 8 -
CMYK 0 0.14 0.96 0.13
HSL 51.07º 0.93% 0.45% -
HSV(B) 51.07º 0.96% 0.87% -
XYZ 49.11 52.97 7.87 -
YUV 179.71 31.1 158.88 -
System Red Green Blue C M Y K H S L
Decimal 223 191 8 0 0.14 0.96 0.13 51.07 0.93 0.45
Hex DF BF 8 0 E 60 D 33 5D 2D
Octal 337 277 10 0 16 140 15 63 135 55
Binary 11011111 10111111 1000 0 1110 1100000 1101 110011 1011101 101101

Color Harmonies of #DFBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF08

Black with #DFBF08

Text Example


Text Example

White with #DFBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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