Html Css Color HEX #DFB508 Sunflower

📋 copy color: '#DFB508'

red 223 ◦ green 181 ◦ blue 8

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

Shades of Sunflower #DFB508

Tints of Sunflower #DFB508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 54.13%
G = 43.93%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB508 (or 0xDFB508) is known color: Sunflower. HEX triplet: DF, B5 and 08. RGB value is (223,181,8). Sum of RGB (Red+Green+Blue) = 223+181+8=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB508 is #204AF7. Grayscale: #AEAEAE. Windows color (decimal): -2116344 or 570847. OLE color: 570847.

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

Color convert

RGB 223 181 8 -
CMYK 0 0.19 0.96 0.13
HSL 48.28º 0.93% 0.45% -
HSV(B) 48.28º 0.96% 0.87% -
XYZ 47 48.75 7.16 -
YUV 173.84 34.41 163.07 -
System Red Green Blue C M Y K H S L
Decimal 223 181 8 0 0.19 0.96 0.13 48.28 0.93 0.45
Hex DF B5 8 0 13 60 D 30 5D 2D
Octal 337 265 10 0 23 140 15 60 135 55
Binary 11011111 10110101 1000 0 10011 1100000 1101 110000 1011101 101101

Color Harmonies of #DFB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB508

Black with #DFB508

Text Example


Text Example

White with #DFB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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