Html Css Color HEX #DDAA05 Gamboge

📋 copy color: '#DDAA05'

red 221 ◦ green 170 ◦ blue 5

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

Shades of Gamboge #DDAA05

Tints of Gamboge #DDAA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 55.81%
G = 42.93%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDAA05 (or 0xDDAA05) is known color: Gamboge. HEX triplet: DD, AA and 05. RGB value is (221,170,5). Sum of RGB (Red+Green+Blue) = 221+170+5=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA05 is #2255FA. Grayscale: #A7A7A7. Windows color (decimal): -2250235 or 371421. OLE color: 371421.

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

Color convert

RGB 221 170 5 -
CMYK 0 0.23 0.98 0.13
HSL 45.83º 0.96% 0.44% -
HSV(B) 45.83º 0.98% 0.87% -
XYZ 44.22 44.13 6.33 -
YUV 166.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 221 170 5 0 0.23 0.98 0.13 45.83 0.96 0.44
Hex DD AA 5 0 17 62 D 2E 60 2C
Octal 335 252 5 0 27 142 15 56 140 54
Binary 11011101 10101010 101 0 10111 1100010 1101 101110 1100000 101100

Color Harmonies of #DDAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA05

Black with #DDAA05

Text Example


Text Example

White with #DDAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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