Html Css Color HEX #DBB105 Sunflower

📋 copy color: '#DBB105'

red 219 ◦ green 177 ◦ blue 5

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

Shades of Sunflower #DBB105

Tints of Sunflower #DBB105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 54.61%
G = 44.14%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBB105 (or 0xDBB105) is known color: Sunflower. HEX triplet: DB, B1 and 05. RGB value is (219,177,5). Sum of RGB (Red+Green+Blue) = 219+177+5=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB105 is #244EFA. Grayscale: #AAAAAA. Windows color (decimal): -2379515 or 373211. OLE color: 373211.

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

Color convert

RGB 219 177 5 -
CMYK 0 0.19 0.98 0.14
HSL 48.22º 0.96% 0.44% -
HSV(B) 48.22º 0.98% 0.86% -
XYZ 44.96 46.52 6.75 -
YUV 169.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 219 177 5 0 0.19 0.98 0.14 48.22 0.96 0.44
Hex DB B1 5 0 13 62 E 30 60 2C
Octal 333 261 5 0 23 142 16 60 140 54
Binary 11011011 10110001 101 0 10011 1100010 1110 110000 1100000 101100

Color Harmonies of #DBB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB105

Black with #DBB105

Text Example


Text Example

White with #DBB105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB105; }

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

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

background-color css

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

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

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

border-color css

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

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

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