Html Css Color HEX #DBB108 Sunflower

📋 copy color: '#DBB108'

red 219 ◦ green 177 ◦ blue 8

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

Shades of Sunflower #DBB108

Tints of Sunflower #DBB108

RGB

 RED value IS 219 (85.94% from 255) = 54.21%

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

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

R = 54.21%
G = 43.81%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB108 (or 0xDBB108) is known color: Sunflower. HEX triplet: DB, B1 and 08. RGB value is (219,177,8). Sum of RGB (Red+Green+Blue) = 219+177+8=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB108 is #244EF7. Grayscale: #ABABAB. Windows color (decimal): -2379512 or 569819. OLE color: 569819.

HSL color Cylindrical-coordinate representation of color #DBB108: hue angle of 48.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBB108 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 8 -
CMYK 0 0.19 0.96 0.14
HSL 48.06º 0.93% 0.45% -
HSV(B) 48.06º 0.96% 0.86% -
XYZ 44.98 46.52 6.84 -
YUV 170.29 36.41 162.74 -
System Red Green Blue C M Y K H S L
Decimal 219 177 8 0 0.19 0.96 0.14 48.06 0.93 0.45
Hex DB B1 8 0 13 60 E 30 5D 2D
Octal 333 261 10 0 23 140 16 60 135 55
Binary 11011011 10110001 1000 0 10011 1100000 1110 110000 1011101 101101

Color Harmonies of #DBB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB108

Black with #DBB108

Text Example


Text Example

White with #DBB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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