Html Css Color HEX #DFB208 Sunflower

📋 copy color: '#DFB208'

red 223 ◦ green 178 ◦ blue 8

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

Shades of Sunflower #DFB208

Tints of Sunflower #DFB208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

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

R = 54.52%
G = 43.52%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB208 (or 0xDFB208) is known color: Sunflower. HEX triplet: DF, B2 and 08. RGB value is (223,178,8). Sum of RGB (Red+Green+Blue) = 223+178+8=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB208 is #204DF7. Grayscale: #ACACAC. Windows color (decimal): -2117112 or 570079. OLE color: 570079.

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

Color convert

RGB 223 178 8 -
CMYK 0 0.20 0.96 0.13
HSL 47.44º 0.93% 0.45% -
HSV(B) 47.44º 0.96% 0.87% -
XYZ 46.4 47.55 6.96 -
YUV 172.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 223 178 8 0 0.20 0.96 0.13 47.44 0.93 0.45
Hex DF B2 8 0 14 60 D 2F 5D 2D
Octal 337 262 10 0 24 140 15 57 135 55
Binary 11011111 10110010 1000 0 10100 1100000 1101 101111 1011101 101101

Color Harmonies of #DFB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB208

Black with #DFB208

Text Example


Text Example

White with #DFB208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB208; }

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

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

background-color css

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

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

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

border-color css

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

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

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