Html Css Color HEX #DBB60A Sunflower

📋 copy color: '#DBB60A'

red 219 ◦ green 182 ◦ blue 10

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

Shades of Sunflower #DBB60A

Tints of Sunflower #DBB60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 53.28%
G = 44.28%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBB60A (or 0xDBB60A) is known color: Sunflower. HEX triplet: DB, B6 and 0A. RGB value is (219,182,10). Sum of RGB (Red+Green+Blue) = 219+182+10=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB60A is #2449F5. Grayscale: #AEAEAE. Windows color (decimal): -2378230 or 702171. OLE color: 702171.

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

Color convert

RGB 219 182 10 -
CMYK 0 0.17 0.95 0.14
HSL 49.38º 0.91% 0.45% -
HSV(B) 49.38º 0.95% 0.86% -
XYZ 46 48.54 7.23 -
YUV 173.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 219 182 10 0 0.17 0.95 0.14 49.38 0.91 0.45
Hex DB B6 A 0 11 5F E 31 5B 2D
Octal 333 266 12 0 21 137 16 61 133 55
Binary 11011011 10110110 1010 0 10001 1011111 1110 110001 1011011 101101

Color Harmonies of #DBB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB60A

Black with #DBB60A

Text Example


Text Example

White with #DBB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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