Html Css Color HEX #DAA214 Gamboge

📋 copy color: '#DAA214'

red 218 ◦ green 162 ◦ blue 20

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

Shades of Gamboge #DAA214

Tints of Gamboge #DAA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5%

R = 54.5%
G = 40.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAA214 (or 0xDAA214) is known color: Gamboge. HEX triplet: DA, A2 and 14. RGB value is (218,162,20). Sum of RGB (Red+Green+Blue) = 218+162+20=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA214 is #255DEB. Grayscale: #A3A3A3. Windows color (decimal): -2448876 or 1352410. OLE color: 1352410.

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

Color convert

RGB 218 162 20 -
CMYK 0 0.26 0.91 0.15
HSL 43.03º 0.83% 0.47% -
HSV(B) 43.03º 0.91% 0.85% -
XYZ 41.96 40.8 6.32 -
YUV 162.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 218 162 20 0 0.26 0.91 0.15 43.03 0.83 0.47
Hex DA A2 14 0 1A 5B F 2B 53 2F
Octal 332 242 24 0 32 133 17 53 123 57
Binary 11011010 10100010 10100 0 11010 1011011 1111 101011 1010011 101111

Color Harmonies of #DAA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA214

Black with #DAA214

Text Example


Text Example

White with #DAA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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