Html Css Color HEX #DDA20A Gamboge

📋 copy color: '#DDA20A'

red 221 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #DDA20A

Tints of Gamboge #DDA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 56.23%
G = 41.22%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA20A (or 0xDDA20A) is known color: Gamboge. HEX triplet: DD, A2 and 0A. RGB value is (221,162,10). Sum of RGB (Red+Green+Blue) = 221+162+10=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA20A is #225DF5. Grayscale: #A2A2A2. Windows color (decimal): -2252278 or 697053. OLE color: 697053.

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

Color convert

RGB 221 162 10 -
CMYK 0 0.27 0.95 0.13
HSL 43.22º 0.91% 0.45% -
HSV(B) 43.22º 0.95% 0.87% -
XYZ 42.79 41.23 5.99 -
YUV 162.31 42.05 169.86 -
System Red Green Blue C M Y K H S L
Decimal 221 162 10 0 0.27 0.95 0.13 43.22 0.91 0.45
Hex DD A2 A 0 1B 5F D 2B 5B 2D
Octal 335 242 12 0 33 137 15 53 133 55
Binary 11011101 10100010 1010 0 11011 1011111 1101 101011 1011011 101101

Color Harmonies of #DDA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA20A

Black with #DDA20A

Text Example


Text Example

White with #DDA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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