Html Css Color HEX #DAA40D Gamboge

📋 copy color: '#DAA40D'

red 218 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #DAA40D

Tints of Gamboge #DAA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

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

R = 55.19%
G = 41.52%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA40D (or 0xDAA40D) is known color: Gamboge. HEX triplet: DA, A4 and 0D. RGB value is (218,164,13). Sum of RGB (Red+Green+Blue) = 218+164+13=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA40D is #255BF2. Grayscale: #A3A3A3. Windows color (decimal): -2448371 or 894170. OLE color: 894170.

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

Color convert

RGB 218 164 13 -
CMYK 0 0.25 0.94 0.15
HSL 44.2º 0.89% 0.45% -
HSV(B) 44.2º 0.94% 0.85% -
XYZ 42.26 41.49 6.16 -
YUV 162.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 218 164 13 0 0.25 0.94 0.15 44.2 0.89 0.45
Hex DA A4 D 0 19 5E F 2C 59 2D
Octal 332 244 15 0 31 136 17 54 131 55
Binary 11011010 10100100 1101 0 11001 1011110 1111 101100 1011001 101101

Color Harmonies of #DAA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA40D

Black with #DAA40D

Text Example


Text Example

White with #DAA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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