Html Css Color HEX #DAA10D Gamboge

📋 copy color: '#DAA10D'

red 218 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #DAA10D

Tints of Gamboge #DAA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

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

R = 55.61%
G = 41.07%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA10D (or 0xDAA10D) is known color: Gamboge. HEX triplet: DA, A1 and 0D. RGB value is (218,161,13). Sum of RGB (Red+Green+Blue) = 218+161+13=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA10D is #255EF2. Grayscale: #A1A1A1. Windows color (decimal): -2449139 or 893402. OLE color: 893402.

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

Color convert

RGB 218 161 13 -
CMYK 0 0.26 0.94 0.15
HSL 43.32º 0.89% 0.45% -
HSV(B) 43.32º 0.94% 0.85% -
XYZ 41.73 40.42 5.98 -
YUV 161.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 218 161 13 0 0.26 0.94 0.15 43.32 0.89 0.45
Hex DA A1 D 0 1A 5E F 2B 59 2D
Octal 332 241 15 0 32 136 17 53 131 55
Binary 11011010 10100001 1101 0 11010 1011110 1111 101011 1011001 101101

Color Harmonies of #DAA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA10D

Black with #DAA10D

Text Example


Text Example

White with #DAA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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