Html Css Color HEX #DAAA02 Gamboge

📋 copy color: '#DAAA02'

red 218 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #DAAA02

Tints of Gamboge #DAAA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.9%
G = 43.59%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAAA02 (or 0xDAAA02) is known color: Gamboge. HEX triplet: DA, AA and 02. RGB value is (218,170,2). Sum of RGB (Red+Green+Blue) = 218+170+2=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA02 is #2555FD. Grayscale: #A5A5A5. Windows color (decimal): -2446846 or 174810. OLE color: 174810.

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

Color convert

RGB 218 170 2 -
CMYK 0 0.22 0.99 0.15
HSL 46.67º 0.98% 0.43% -
HSV(B) 46.67º 0.99% 0.85% -
XYZ 43.3 43.66 6.2 -
YUV 165.2 35.9 165.66 -
System Red Green Blue C M Y K H S L
Decimal 218 170 2 0 0.22 0.99 0.15 46.67 0.98 0.43
Hex DA AA 2 0 16 63 F 2F 62 2B
Octal 332 252 2 0 26 143 17 57 142 53
Binary 11011010 10101010 10 0 10110 1100011 1111 101111 1100010 101011

Color Harmonies of #DAAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA02

Black with #DAAA02

Text Example


Text Example

White with #DAAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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