Html Css Color HEX #DDAA04 Gamboge

📋 copy color: '#DDAA04'

red 221 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #DDAA04

Tints of Gamboge #DDAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 55.95%
G = 43.04%
B = 1.01%

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

#DDAA04 (or 0xDDAA04) is known color: Gamboge. HEX triplet: DD, AA and 04. RGB value is (221,170,4). Sum of RGB (Red+Green+Blue) = 221+170+4=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA04 is #2255FB. Grayscale: #A7A7A7. Windows color (decimal): -2250236 or 305885. OLE color: 305885.

HSL color Cylindrical-coordinate representation of color #DDAA04: hue angle of 45.9º 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 #DDAA04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #DDAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA04

Black with #DDAA04

Text Example


Text Example

White with #DDAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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