Html Css Color HEX #DAA005 Gamboge

📋 copy color: '#DAA005'

red 218 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #DAA005

Tints of Gamboge #DAA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 56.92%
G = 41.78%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAA005 (or 0xDAA005) is known color: Gamboge. HEX triplet: DA, A0 and 05. RGB value is (218,160,5). Sum of RGB (Red+Green+Blue) = 218+160+5=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA005 is #255FFA. Grayscale: #A0A0A0. Windows color (decimal): -2449403 or 368858. OLE color: 368858.

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

Color convert

RGB 218 160 5 -
CMYK 0 0.27 0.98 0.15
HSL 43.66º 0.96% 0.44% -
HSV(B) 43.66º 0.98% 0.85% -
XYZ 41.51 40.06 5.69 -
YUV 159.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 218 160 5 0 0.27 0.98 0.15 43.66 0.96 0.44
Hex DA A0 5 0 1B 62 F 2C 60 2C
Octal 332 240 5 0 33 142 17 54 140 54
Binary 11011010 10100000 101 0 11011 1100010 1111 101100 1100000 101100

Color Harmonies of #DAA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA005

Black with #DAA005

Text Example


Text Example

White with #DAA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA005; }

 p { color: rgb(218,160,5); }

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

background-color css

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

 a { background-color: rgb(218,160,5); }

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

border-color css

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

 span { border-color: rgb(218,160,5); }

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