Html Css Color HEX #DAA80D Gamboge

📋 copy color: '#DAA80D'

red 218 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #DAA80D

Tints of Gamboge #DAA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.26%

R = 54.64%
G = 42.11%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA80D (or 0xDAA80D) is known color: Gamboge. HEX triplet: DA, A8 and 0D. RGB value is (218,168,13). Sum of RGB (Red+Green+Blue) = 218+168+13=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA80D is #2557F2. Grayscale: #A5A5A5. Windows color (decimal): -2447347 or 895194. OLE color: 895194.

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

Color convert

RGB 218 168 13 -
CMYK 0 0.23 0.94 0.15
HSL 45.37º 0.89% 0.45% -
HSV(B) 45.37º 0.94% 0.85% -
XYZ 42.99 42.94 6.4 -
YUV 165.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 218 168 13 0 0.23 0.94 0.15 45.37 0.89 0.45
Hex DA A8 D 0 17 5E F 2D 59 2D
Octal 332 250 15 0 27 136 17 55 131 55
Binary 11011010 10101000 1101 0 10111 1011110 1111 101101 1011001 101101

Color Harmonies of #DAA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA80D

Black with #DAA80D

Text Example


Text Example

White with #DAA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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