Html Css Color HEX #DD9606 Gamboge

📋 copy color: '#DD9606'

red 221 ◦ green 150 ◦ blue 6

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

Shades of Gamboge #DD9606

Tints of Gamboge #DD9606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 58.62%
G = 39.79%
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

#DD9606 (or 0xDD9606) is known color: Gamboge. HEX triplet: DD, 96 and 06. RGB value is (221,150,6). Sum of RGB (Red+Green+Blue) = 221+150+6=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9606 is #2269F9. Grayscale: #9B9B9B. Windows color (decimal): -2255354 or 431837. OLE color: 431837.

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

Color convert

RGB 221 150 6 -
CMYK 0 0.32 0.97 0.13
HSL 40.19º 0.95% 0.45% -
HSV(B) 40.19º 0.97% 0.87% -
XYZ 40.76 37.2 5.2 -
YUV 154.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 221 150 6 0 0.32 0.97 0.13 40.19 0.95 0.45
Hex DD 96 6 0 20 61 D 28 5F 2D
Octal 335 226 6 0 40 141 15 50 137 55
Binary 11011101 10010110 110 0 100000 1100001 1101 101000 1011111 101101

Color Harmonies of #DD9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9606

Black with #DD9606

Text Example


Text Example

White with #DD9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9606; }

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

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

background-color css

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

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

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

border-color css

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

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

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