Html Css Color HEX #DDA215 Gamboge

📋 copy color: '#DDA215'

red 221 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #DDA215

Tints of Gamboge #DDA215

RGB

 RED value IS 221 (86.72% from 255) = 54.7%

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

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

R = 54.7%
G = 40.1%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA215 (or 0xDDA215) is known color: Gamboge. HEX triplet: DD, A2 and 15. RGB value is (221,162,21). Sum of RGB (Red+Green+Blue) = 221+162+21=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA215 is #225DEA. Grayscale: #A4A4A4. Windows color (decimal): -2252267 or 1417949. OLE color: 1417949.

HSL color Cylindrical-coordinate representation of color #DDA215: hue angle of 42.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDA215 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 21 -
CMYK 0 0.27 0.90 0.13
HSL 42.3º 0.83% 0.47% -
HSV(B) 42.3º 0.9% 0.87% -
XYZ 42.87 41.27 6.42 -
YUV 163.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 221 162 21 0 0.27 0.90 0.13 42.3 0.83 0.47
Hex DD A2 15 0 1B 5A D 2A 53 2F
Octal 335 242 25 0 33 132 15 52 123 57
Binary 11011101 10100010 10101 0 11011 1011010 1101 101010 1010011 101111

Color Harmonies of #DDA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA215

Black with #DDA215

Text Example


Text Example

White with #DDA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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