Html Css Color HEX #DAAA01 Gamboge

📋 copy color: '#DAAA01'

red 218 ◦ green 170 ◦ blue 1

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

Shades of Gamboge #DAAA01

Tints of Gamboge #DAAA01

RGB

 RED value IS 218 (85.55% from 255) = 56.04%

 GREEN value IS 170 (66.8% from 255) = 43.7%

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

R = 56.04%
G = 43.7%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAAA01 (or 0xDAAA01) is known color: Gamboge. HEX triplet: DA, AA and 01. RGB value is (218,170,1). Sum of RGB (Red+Green+Blue) = 218+170+1=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA01 is #2555FE. Grayscale: #A5A5A5. Windows color (decimal): -2446847 or 109274. OLE color: 109274.

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

Color convert

RGB 218 170 1 -
CMYK 0 0.22 1.00 0.15
HSL 46.73º 0.99% 0.43% -
HSV(B) 46.73º 1% 0.85% -
XYZ 43.29 43.66 6.17 -
YUV 165.09 35.4 165.74 -
System Red Green Blue C M Y K H S L
Decimal 218 170 1 0 0.22 1.00 0.15 46.73 0.99 0.43
Hex DA AA 1 0 16 64 F 2F 63 2B
Octal 332 252 1 0 26 144 17 57 143 53
Binary 11011010 10101010 1 0 10110 1100100 1111 101111 1100011 101011

Color Harmonies of #DAAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA01

Black with #DAAA01

Text Example


Text Example

White with #DAAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA01; }

 p { color: rgb(218,170,1); }

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

background-color css

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

 a { background-color: rgb(218,170,1); }

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

border-color css

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

 span { border-color: rgb(218,170,1); }

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