Html Css Color HEX #DAA80A Gamboge

📋 copy color: '#DAA80A'

red 218 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #DAA80A

Tints of Gamboge #DAA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

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

R = 55.05%
G = 42.42%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA80A (or 0xDAA80A) is known color: Gamboge. HEX triplet: DA, A8 and 0A. RGB value is (218,168,10). Sum of RGB (Red+Green+Blue) = 218+168+10=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA80A is #2557F5. Grayscale: #A5A5A5. Windows color (decimal): -2447350 or 698586. OLE color: 698586.

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

Color convert

RGB 218 168 10 -
CMYK 0 0.23 0.95 0.15
HSL 45.58º 0.91% 0.45% -
HSV(B) 45.58º 0.95% 0.85% -
XYZ 42.97 42.93 6.31 -
YUV 164.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 218 168 10 0 0.23 0.95 0.15 45.58 0.91 0.45
Hex DA A8 A 0 17 5F F 2E 5B 2D
Octal 332 250 12 0 27 137 17 56 133 55
Binary 11011010 10101000 1010 0 10111 1011111 1111 101110 1011011 101101

Color Harmonies of #DAA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA80A

Black with #DAA80A

Text Example


Text Example

White with #DAA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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