Html Css Color HEX #DAA20B Gamboge

📋 copy color: '#DAA20B'

red 218 ◦ green 162 ◦ blue 11

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

Shades of Gamboge #DAA20B

Tints of Gamboge #DAA20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 55.75%
G = 41.43%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA20B (or 0xDAA20B) is known color: Gamboge. HEX triplet: DA, A2 and 0B. RGB value is (218,162,11). Sum of RGB (Red+Green+Blue) = 218+162+11=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA20B is #255DF4. Grayscale: #A2A2A2. Windows color (decimal): -2448885 or 762586. OLE color: 762586.

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

Color convert

RGB 218 162 11 -
CMYK 0 0.26 0.95 0.15
HSL 43.77º 0.9% 0.45% -
HSV(B) 43.77º 0.95% 0.85% -
XYZ 41.89 40.77 5.98 -
YUV 161.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 218 162 11 0 0.26 0.95 0.15 43.77 0.9 0.45
Hex DA A2 B 0 1A 5F F 2C 5A 2D
Octal 332 242 13 0 32 137 17 54 132 55
Binary 11011010 10100010 1011 0 11010 1011111 1111 101100 1011010 101101

Color Harmonies of #DAA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA20B

Black with #DAA20B

Text Example


Text Example

White with #DAA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA20B; }

 p { color: rgb(218,162,11); }

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

background-color css

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

 a { background-color: rgb(218,162,11); }

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

border-color css

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

 span { border-color: rgb(218,162,11); }

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