Html Css Color HEX #DDA213 Gamboge

📋 copy color: '#DDA213'

red 221 ◦ green 162 ◦ blue 19

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

Shades of Gamboge #DDA213

Tints of Gamboge #DDA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 54.98%
G = 40.3%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDA213 (or 0xDDA213) is known color: Gamboge. HEX triplet: DD, A2 and 13. RGB value is (221,162,19). Sum of RGB (Red+Green+Blue) = 221+162+19=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA213 is #225DEC. Grayscale: #A3A3A3. Windows color (decimal): -2252269 or 1286877. OLE color: 1286877.

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

Color convert

RGB 221 162 19 -
CMYK 0 0.27 0.91 0.13
HSL 42.48º 0.84% 0.47% -
HSV(B) 42.48º 0.91% 0.87% -
XYZ 42.86 41.26 6.32 -
YUV 163.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 221 162 19 0 0.27 0.91 0.13 42.48 0.84 0.47
Hex DD A2 13 0 1B 5B D 2A 54 2F
Octal 335 242 23 0 33 133 15 52 124 57
Binary 11011101 10100010 10011 0 11011 1011011 1101 101010 1010100 101111

Color Harmonies of #DDA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA213

Black with #DDA213

Text Example


Text Example

White with #DDA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA213; }

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

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

background-color css

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

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

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

border-color css

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

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

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