Html Css Color HEX #DBB10F Sunflower

📋 copy color: '#DBB10F'

red 219 ◦ green 177 ◦ blue 15

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

Shades of Sunflower #DBB10F

Tints of Sunflower #DBB10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 53.28%
G = 43.07%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB10F (or 0xDBB10F) is known color: Sunflower. HEX triplet: DB, B1 and 0F. RGB value is (219,177,15). Sum of RGB (Red+Green+Blue) = 219+177+15=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB10F is #244EF0. Grayscale: #ABABAB. Windows color (decimal): -2379505 or 1028571. OLE color: 1028571.

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

Color convert

RGB 219 177 15 -
CMYK 0 0.19 0.93 0.14
HSL 47.65º 0.87% 0.46% -
HSV(B) 47.65º 0.93% 0.86% -
XYZ 45.02 46.54 7.06 -
YUV 171.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 219 177 15 0 0.19 0.93 0.14 47.65 0.87 0.46
Hex DB B1 F 0 13 5D E 30 57 2E
Octal 333 261 17 0 23 135 16 60 127 56
Binary 11011011 10110001 1111 0 10011 1011101 1110 110000 1010111 101110

Color Harmonies of #DBB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB10F

Black with #DBB10F

Text Example


Text Example

White with #DBB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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