Html Css Color HEX #DDA216 Gamboge

📋 copy color: '#DDA216'

red 221 ◦ green 162 ◦ blue 22

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

Shades of Gamboge #DDA216

Tints of Gamboge #DDA216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 54.57%
G = 40%
B = 5.43%

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

#DDA216 (or 0xDDA216) is known color: Gamboge. HEX triplet: DD, A2 and 16. RGB value is (221,162,22). Sum of RGB (Red+Green+Blue) = 221+162+22=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA216 is #225DE9. Grayscale: #A4A4A4. Windows color (decimal): -2252266 or 1483485. OLE color: 1483485.

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

Color convert

RGB 221 162 22 -
CMYK 0 0.27 0.90 0.13
HSL 42.21º 0.82% 0.48% -
HSV(B) 42.21º 0.9% 0.87% -
XYZ 42.88 41.27 6.46 -
YUV 163.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 221 162 22 0 0.27 0.90 0.13 42.21 0.82 0.48
Hex DD A2 16 0 1B 5A D 2A 52 30
Octal 335 242 26 0 33 132 15 52 122 60
Binary 11011101 10100010 10110 0 11011 1011010 1101 101010 1010010 110000

Color Harmonies of #DDA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA216

Black with #DDA216

Text Example


Text Example

White with #DDA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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