Html Css Color HEX #DAA215 Gamboge

📋 copy color: '#DAA215'

red 218 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #DAA215

Tints of Gamboge #DAA215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 54.36%
G = 40.4%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA215 (or 0xDAA215) is known color: Gamboge. HEX triplet: DA, A2 and 15. RGB value is (218,162,21). Sum of RGB (Red+Green+Blue) = 218+162+21=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA215 is #255DEA. Grayscale: #A3A3A3. Windows color (decimal): -2448875 or 1417946. OLE color: 1417946.

HSL color Cylindrical-coordinate representation of color #DAA215: hue angle of 42.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAA215 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 21 -
CMYK 0 0.26 0.90 0.15
HSL 42.94º 0.82% 0.47% -
HSV(B) 42.94º 0.9% 0.85% -
XYZ 41.97 40.8 6.37 -
YUV 162.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 218 162 21 0 0.26 0.90 0.15 42.94 0.82 0.47
Hex DA A2 15 0 1A 5A F 2B 52 2F
Octal 332 242 25 0 32 132 17 53 122 57
Binary 11011010 10100010 10101 0 11010 1011010 1111 101011 1010010 101111

Color Harmonies of #DAA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA215

Black with #DAA215

Text Example


Text Example

White with #DAA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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