Html Css Color HEX #DBB60E Sunflower

📋 copy color: '#DBB60E'

red 219 ◦ green 182 ◦ blue 14

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

Shades of Sunflower #DBB60E

Tints of Sunflower #DBB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.86%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 52.77%
G = 43.86%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBB60E (or 0xDBB60E) is known color: Sunflower. HEX triplet: DB, B6 and 0E. RGB value is (219,182,14). Sum of RGB (Red+Green+Blue) = 219+182+14=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB60E is #2449F1. Grayscale: #AEAEAE. Windows color (decimal): -2378226 or 964315. OLE color: 964315.

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

Color convert

RGB 219 182 14 -
CMYK 0 0.17 0.94 0.14
HSL 49.17º 0.88% 0.46% -
HSV(B) 49.17º 0.94% 0.86% -
XYZ 46.02 48.55 7.36 -
YUV 173.91 37.76 160.16 -
System Red Green Blue C M Y K H S L
Decimal 219 182 14 0 0.17 0.94 0.14 49.17 0.88 0.46
Hex DB B6 E 0 11 5E E 31 58 2E
Octal 333 266 16 0 21 136 16 61 130 56
Binary 11011011 10110110 1110 0 10001 1011110 1110 110001 1011000 101110

Color Harmonies of #DBB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB60E

Black with #DBB60E

Text Example


Text Example

White with #DBB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB60E; }

 p { color: rgb(219,182,14); }

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

background-color css

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

 a { background-color: rgb(219,182,14); }

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

border-color css

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

 span { border-color: rgb(219,182,14); }

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