Html Css Color HEX #DDA607 Gamboge

📋 copy color: '#DDA607'

red 221 ◦ green 166 ◦ blue 7

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

Shades of Gamboge #DDA607

Tints of Gamboge #DDA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 56.09%
G = 42.13%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA607 (or 0xDDA607) is known color: Gamboge. HEX triplet: DD, A6 and 07. RGB value is (221,166,7). Sum of RGB (Red+Green+Blue) = 221+166+7=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA607 is #2259F8. Grayscale: #A5A5A5. Windows color (decimal): -2251257 or 501469. OLE color: 501469.

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

Color convert

RGB 221 166 7 -
CMYK 0 0.25 0.97 0.13
HSL 44.58º 0.94% 0.45% -
HSV(B) 44.58º 0.97% 0.87% -
XYZ 43.49 42.66 6.14 -
YUV 164.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 221 166 7 0 0.25 0.97 0.13 44.58 0.94 0.45
Hex DD A6 7 0 19 61 D 2D 5E 2D
Octal 335 246 7 0 31 141 15 55 136 55
Binary 11011101 10100110 111 0 11001 1100001 1101 101101 1011110 101101

Color Harmonies of #DDA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA607

Black with #DDA607

Text Example


Text Example

White with #DDA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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