Html Css Color HEX #DBB114 Sunflower

📋 copy color: '#DBB114'

red 219 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #DBB114

Tints of Sunflower #DBB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 52.64%
G = 42.55%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB114 (or 0xDBB114) is known color: Sunflower. HEX triplet: DB, B1 and 14. RGB value is (219,177,20). Sum of RGB (Red+Green+Blue) = 219+177+20=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB114 is #244EEB. Grayscale: #ACACAC. Windows color (decimal): -2379500 or 1356251. OLE color: 1356251.

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

Color convert

RGB 219 177 20 -
CMYK 0 0.19 0.91 0.14
HSL 47.34º 0.83% 0.47% -
HSV(B) 47.34º 0.91% 0.86% -
XYZ 45.06 46.55 7.27 -
YUV 171.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 219 177 20 0 0.19 0.91 0.14 47.34 0.83 0.47
Hex DB B1 14 0 13 5B E 2F 53 2F
Octal 333 261 24 0 23 133 16 57 123 57
Binary 11011011 10110001 10100 0 10011 1011011 1110 101111 1010011 101111

Color Harmonies of #DBB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB114

Black with #DBB114

Text Example


Text Example

White with #DBB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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