Html Css Color HEX #DBAE04 Gamboge

📋 copy color: '#DBAE04'

red 219 ◦ green 174 ◦ blue 4

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

Shades of Gamboge #DBAE04

Tints of Gamboge #DBAE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 55.16%
G = 43.83%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBAE04 (or 0xDBAE04) is known color: Gamboge. HEX triplet: DB, AE and 04. RGB value is (219,174,4). Sum of RGB (Red+Green+Blue) = 219+174+4=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE04 is #2451FB. Grayscale: #A8A8A8. Windows color (decimal): -2380284 or 306907. OLE color: 306907.

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

Color convert

RGB 219 174 4 -
CMYK 0 0.21 0.98 0.14
HSL 47.44º 0.96% 0.44% -
HSV(B) 47.44º 0.98% 0.86% -
XYZ 44.37 45.34 6.53 -
YUV 168.08 35.41 164.32 -
System Red Green Blue C M Y K H S L
Decimal 219 174 4 0 0.21 0.98 0.14 47.44 0.96 0.44
Hex DB AE 4 0 15 62 E 2F 60 2C
Octal 333 256 4 0 25 142 16 57 140 54
Binary 11011011 10101110 100 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DBAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE04

Black with #DBAE04

Text Example


Text Example

White with #DBAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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