Html Css Color HEX #DFB108 Sunflower

📋 copy color: '#DFB108'

red 223 ◦ green 177 ◦ blue 8

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

Shades of Sunflower #DFB108

Tints of Sunflower #DFB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

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

R = 54.66%
G = 43.38%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFB108 (or 0xDFB108) is known color: Sunflower. HEX triplet: DF, B1 and 08. RGB value is (223,177,8). Sum of RGB (Red+Green+Blue) = 223+177+8=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB108 is #204EF7. Grayscale: #ACACAC. Windows color (decimal): -2117368 or 569823. OLE color: 569823.

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

Color convert

RGB 223 177 8 -
CMYK 0 0.21 0.96 0.13
HSL 47.16º 0.93% 0.45% -
HSV(B) 47.16º 0.96% 0.87% -
XYZ 46.2 47.15 6.9 -
YUV 171.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 223 177 8 0 0.21 0.96 0.13 47.16 0.93 0.45
Hex DF B1 8 0 15 60 D 2F 5D 2D
Octal 337 261 10 0 25 140 15 57 135 55
Binary 11011111 10110001 1000 0 10101 1100000 1101 101111 1011101 101101

Color Harmonies of #DFB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB108

Black with #DFB108

Text Example


Text Example

White with #DFB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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