Html Css Color HEX #DBAE00 Gamboge

📋 copy color: '#DBAE00'

red 219 ◦ green 174 ◦ blue 0

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

Shades of Gamboge #DBAE00

Tints of Gamboge #DBAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.73%
G = 44.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBAE00 (or 0xDBAE00) is known color: Gamboge. HEX triplet: DB, AE and 00. RGB value is (219,174,0). Sum of RGB (Red+Green+Blue) = 219+174+0=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE00 is #2451FF. Grayscale: #A8A8A8. Windows color (decimal): -2380288 or 44763. OLE color: 44763.

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

Color convert

RGB 219 174 0 -
CMYK 0 0.21 1 0.14
HSL 47.67º 1% 0.43% -
HSV(B) 47.67º 1% 0.86% -
XYZ 44.35 45.33 6.41 -
YUV 167.62 33.41 164.65 -
System Red Green Blue C M Y K H S L
Decimal 219 174 0 0 0.21 1 0.14 47.67 1 0.43
Hex DB AE 0 0 15 64 E 30 64 2B
Octal 333 256 0 0 25 144 16 60 144 53
Binary 11011011 10101110 0 0 10101 1100100 1110 110000 1100100 101011

Color Harmonies of #DBAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE00

Black with #DBAE00

Text Example


Text Example

White with #DBAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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