Html Css Color HEX #DDA207 Gamboge

📋 copy color: '#DDA207'

red 221 ◦ green 162 ◦ blue 7

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

Shades of Gamboge #DDA207

Tints of Gamboge #DDA207

RGB

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

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

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

R = 56.67%
G = 41.54%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA207 (or 0xDDA207) is known color: Gamboge. HEX triplet: DD, A2 and 07. RGB value is (221,162,7). Sum of RGB (Red+Green+Blue) = 221+162+7=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA207 is #225DF8. Grayscale: #A2A2A2. Windows color (decimal): -2252281 or 500445. OLE color: 500445.

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

Color convert

RGB 221 162 7 -
CMYK 0 0.27 0.97 0.13
HSL 43.46º 0.94% 0.45% -
HSV(B) 43.46º 0.97% 0.87% -
XYZ 42.78 41.23 5.9 -
YUV 161.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 221 162 7 0 0.27 0.97 0.13 43.46 0.94 0.45
Hex DD A2 7 0 1B 61 D 2B 5E 2D
Octal 335 242 7 0 33 141 15 53 136 55
Binary 11011101 10100010 111 0 11011 1100001 1101 101011 1011110 101101

Color Harmonies of #DDA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA207

Black with #DDA207

Text Example


Text Example

White with #DDA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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