Html Css Color HEX #DBAE09 Gamboge

📋 copy color: '#DBAE09'

red 219 ◦ green 174 ◦ blue 9

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

Shades of Gamboge #DBAE09

Tints of Gamboge #DBAE09

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 54.48%
G = 43.28%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBAE09 (or 0xDBAE09) is known color: Gamboge. HEX triplet: DB, AE and 09. RGB value is (219,174,9). Sum of RGB (Red+Green+Blue) = 219+174+9=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE09 is #2451F6. Grayscale: #A9A9A9. Windows color (decimal): -2380279 or 634587. OLE color: 634587.

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

Color convert

RGB 219 174 9 -
CMYK 0 0.21 0.96 0.14
HSL 47.14º 0.92% 0.45% -
HSV(B) 47.14º 0.96% 0.86% -
XYZ 44.4 45.35 6.67 -
YUV 168.65 37.91 163.92 -
System Red Green Blue C M Y K H S L
Decimal 219 174 9 0 0.21 0.96 0.14 47.14 0.92 0.45
Hex DB AE 9 0 15 60 E 2F 5C 2D
Octal 333 256 11 0 25 140 16 57 134 55
Binary 11011011 10101110 1001 0 10101 1100000 1110 101111 1011100 101101

Color Harmonies of #DBAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE09

Black with #DBAE09

Text Example


Text Example

White with #DBAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE09; }

 p { color: rgb(219,174,9); }

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

background-color css

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

 a { background-color: rgb(219,174,9); }

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

border-color css

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

 span { border-color: rgb(219,174,9); }

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