Html Css Color HEX #DFB608 Sunflower

📋 copy color: '#DFB608'

red 223 ◦ green 182 ◦ blue 8

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

Shades of Sunflower #DFB608

Tints of Sunflower #DFB608

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

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

R = 54%
G = 44.07%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB608 (or 0xDFB608) is known color: Sunflower. HEX triplet: DF, B6 and 08. RGB value is (223,182,8). Sum of RGB (Red+Green+Blue) = 223+182+8=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB608 is #2049F7. Grayscale: #AFAFAF. Windows color (decimal): -2116088 or 571103. OLE color: 571103.

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

Color convert

RGB 223 182 8 -
CMYK 0 0.18 0.96 0.13
HSL 48.56º 0.93% 0.45% -
HSV(B) 48.56º 0.96% 0.87% -
XYZ 47.2 49.16 7.23 -
YUV 174.42 34.08 162.65 -
System Red Green Blue C M Y K H S L
Decimal 223 182 8 0 0.18 0.96 0.13 48.56 0.93 0.45
Hex DF B6 8 0 12 60 D 31 5D 2D
Octal 337 266 10 0 22 140 15 61 135 55
Binary 11011111 10110110 1000 0 10010 1100000 1101 110001 1011101 101101

Color Harmonies of #DFB608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB608

Black with #DFB608

Text Example


Text Example

White with #DFB608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB608; }

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

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

background-color css

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

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

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

border-color css

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

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

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