Html Css Color HEX #DDAA02 Gamboge

📋 copy color: '#DDAA02'

red 221 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #DDAA02

Tints of Gamboge #DDAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 56.23%
G = 43.26%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDAA02 (or 0xDDAA02) is known color: Gamboge. HEX triplet: DD, AA and 02. RGB value is (221,170,2). Sum of RGB (Red+Green+Blue) = 221+170+2=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA02 is #2255FD. Grayscale: #A6A6A6. Windows color (decimal): -2250238 or 174813. OLE color: 174813.

HSL color Cylindrical-coordinate representation of color #DDAA02: hue angle of 46.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDAA02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 2 -
CMYK 0 0.23 0.99 0.13
HSL 46.03º 0.98% 0.44% -
HSV(B) 46.03º 0.99% 0.87% -
XYZ 44.2 44.13 6.24 -
YUV 166.1 35.4 167.16 -
System Red Green Blue C M Y K H S L
Decimal 221 170 2 0 0.23 0.99 0.13 46.03 0.98 0.44
Hex DD AA 2 0 17 63 D 2E 62 2C
Octal 335 252 2 0 27 143 15 56 142 54
Binary 11011101 10101010 10 0 10111 1100011 1101 101110 1100010 101100

Color Harmonies of #DDAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA02

Black with #DDAA02

Text Example


Text Example

White with #DDAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA02; }

 p { color: rgb(221,170,2); }

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

background-color css

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

 a { background-color: rgb(221,170,2); }

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

border-color css

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

 span { border-color: rgb(221,170,2); }

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