Html Css Color HEX #DD9706 Gamboge

📋 copy color: '#DD9706'

red 221 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #DD9706

Tints of Gamboge #DD9706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 58.47%
G = 39.95%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD9706 (or 0xDD9706) is known color: Gamboge. HEX triplet: DD, 97 and 06. RGB value is (221,151,6). Sum of RGB (Red+Green+Blue) = 221+151+6=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9706 is #2268F9. Grayscale: #9C9C9C. Windows color (decimal): -2255098 or 432093. OLE color: 432093.

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

Color convert

RGB 221 151 6 -
CMYK 0 0.32 0.97 0.13
HSL 40.47º 0.95% 0.45% -
HSV(B) 40.47º 0.97% 0.87% -
XYZ 40.92 37.52 5.26 -
YUV 155.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 221 151 6 0 0.32 0.97 0.13 40.47 0.95 0.45
Hex DD 97 6 0 20 61 D 28 5F 2D
Octal 335 227 6 0 40 141 15 50 137 55
Binary 11011101 10010111 110 0 100000 1100001 1101 101000 1011111 101101

Color Harmonies of #DD9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9706

Black with #DD9706

Text Example


Text Example

White with #DD9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9706; }

 p { color: rgb(221,151,6); }

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

background-color css

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

 a { background-color: rgb(221,151,6); }

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

border-color css

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

 span { border-color: rgb(221,151,6); }

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