Html Css Color HEX #DAA008 Gamboge

📋 copy color: '#DAA008'

red 218 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #DAA008

Tints of Gamboge #DAA008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 56.48%
G = 41.45%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAA008 (or 0xDAA008) is known color: Gamboge. HEX triplet: DA, A0 and 08. RGB value is (218,160,8). Sum of RGB (Red+Green+Blue) = 218+160+8=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA008 is #255FF7. Grayscale: #A0A0A0. Windows color (decimal): -2449400 or 565466. OLE color: 565466.

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

Color convert

RGB 218 160 8 -
CMYK 0 0.27 0.96 0.15
HSL 43.43º 0.93% 0.44% -
HSV(B) 43.43º 0.96% 0.85% -
XYZ 41.53 40.06 5.77 -
YUV 160.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 218 160 8 0 0.27 0.96 0.15 43.43 0.93 0.44
Hex DA A0 8 0 1B 60 F 2B 5D 2C
Octal 332 240 10 0 33 140 17 53 135 54
Binary 11011010 10100000 1000 0 11011 1100000 1111 101011 1011101 101100

Color Harmonies of #DAA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA008

Black with #DAA008

Text Example


Text Example

White with #DAA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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