Html Css Color HEX #DAAA0A Gamboge

📋 copy color: '#DAAA0A'

red 218 ◦ green 170 ◦ blue 10

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

Shades of Gamboge #DAAA0A

Tints of Gamboge #DAAA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 54.77%
G = 42.71%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAAA0A (or 0xDAAA0A) is known color: Gamboge. HEX triplet: DA, AA and 0A. RGB value is (218,170,10). Sum of RGB (Red+Green+Blue) = 218+170+10=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA0A is #2555F5. Grayscale: #A6A6A6. Windows color (decimal): -2446838 or 699098. OLE color: 699098.

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

Color convert

RGB 218 170 10 -
CMYK 0 0.22 0.95 0.15
HSL 46.15º 0.91% 0.45% -
HSV(B) 46.15º 0.95% 0.85% -
XYZ 43.34 43.68 6.43 -
YUV 166.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 218 170 10 0 0.22 0.95 0.15 46.15 0.91 0.45
Hex DA AA A 0 16 5F F 2E 5B 2D
Octal 332 252 12 0 26 137 17 56 133 55
Binary 11011010 10101010 1010 0 10110 1011111 1111 101110 1011011 101101

Color Harmonies of #DAAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA0A

Black with #DAAA0A

Text Example


Text Example

White with #DAAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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