Html Css Color HEX #DDAA07 Gamboge

📋 copy color: '#DDAA07'

red 221 ◦ green 170 ◦ blue 7

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

Shades of Gamboge #DDAA07

Tints of Gamboge #DDAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 55.53%
G = 42.71%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDAA07 (or 0xDDAA07) is known color: Gamboge. HEX triplet: DD, AA and 07. RGB value is (221,170,7). Sum of RGB (Red+Green+Blue) = 221+170+7=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA07 is #2255F8. Grayscale: #A7A7A7. Windows color (decimal): -2250233 or 502493. OLE color: 502493.

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

Color convert

RGB 221 170 7 -
CMYK 0 0.23 0.97 0.13
HSL 45.7º 0.94% 0.45% -
HSV(B) 45.7º 0.97% 0.87% -
XYZ 44.23 44.14 6.39 -
YUV 166.67 37.9 166.75 -
System Red Green Blue C M Y K H S L
Decimal 221 170 7 0 0.23 0.97 0.13 45.7 0.94 0.45
Hex DD AA 7 0 17 61 D 2E 5E 2D
Octal 335 252 7 0 27 141 15 56 136 55
Binary 11011101 10101010 111 0 10111 1100001 1101 101110 1011110 101101

Color Harmonies of #DDAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA07

Black with #DDAA07

Text Example


Text Example

White with #DDAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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