Html Css Color HEX #DBAE01 Gamboge

📋 copy color: '#DBAE01'

red 219 ◦ green 174 ◦ blue 1

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

Shades of Gamboge #DBAE01

Tints of Gamboge #DBAE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 55.58%
G = 44.16%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBAE01 (or 0xDBAE01) is known color: Gamboge. HEX triplet: DB, AE and 01. RGB value is (219,174,1). Sum of RGB (Red+Green+Blue) = 219+174+1=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE01 is #2451FE. Grayscale: #A8A8A8. Windows color (decimal): -2380287 or 110299. OLE color: 110299.

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

Color convert

RGB 219 174 1 -
CMYK 0 0.21 1.00 0.14
HSL 47.61º 0.99% 0.43% -
HSV(B) 47.61º 1% 0.86% -
XYZ 44.35 45.33 6.44 -
YUV 167.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 219 174 1 0 0.21 1.00 0.14 47.61 0.99 0.43
Hex DB AE 1 0 15 64 E 30 63 2B
Octal 333 256 1 0 25 144 16 60 143 53
Binary 11011011 10101110 1 0 10101 1100100 1110 110000 1100011 101011

Color Harmonies of #DBAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE01

Black with #DBAE01

Text Example


Text Example

White with #DBAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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