Html Css Color HEX #DAA00A Gamboge

📋 copy color: '#DAA00A'

red 218 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #DAA00A

Tints of Gamboge #DAA00A

RGB

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

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

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

R = 56.19%
G = 41.24%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA00A (or 0xDAA00A) is known color: Gamboge. HEX triplet: DA, A0 and 0A. RGB value is (218,160,10). Sum of RGB (Red+Green+Blue) = 218+160+10=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA00A is #255FF5. Grayscale: #A0A0A0. Windows color (decimal): -2449398 or 696538. OLE color: 696538.

HSL color Cylindrical-coordinate representation of color #DAA00A: hue angle of 43.27º 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 #DAA00A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 10 -
CMYK 0 0.27 0.95 0.15
HSL 43.27º 0.91% 0.45% -
HSV(B) 43.27º 0.95% 0.85% -
XYZ 41.54 40.07 5.83 -
YUV 160.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 218 160 10 0 0.27 0.95 0.15 43.27 0.91 0.45
Hex DA A0 A 0 1B 5F F 2B 5B 2D
Octal 332 240 12 0 33 137 17 53 133 55
Binary 11011010 10100000 1010 0 11011 1011111 1111 101011 1011011 101101

Color Harmonies of #DAA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA00A

Black with #DAA00A

Text Example


Text Example

White with #DAA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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