Html Css Color HEX #DD9602 Gamboge

📋 copy color: '#DD9602'

red 221 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #DD9602

Tints of Gamboge #DD9602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 59.25%
G = 40.21%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9602 (or 0xDD9602) is known color: Gamboge. HEX triplet: DD, 96 and 02. RGB value is (221,150,2). Sum of RGB (Red+Green+Blue) = 221+150+2=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9602 is #2269FD. Grayscale: #9B9B9B. Windows color (decimal): -2255358 or 169693. OLE color: 169693.

HSL color Cylindrical-coordinate representation of color #DD9602: hue angle of 40.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD9602 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 2 -
CMYK 0 0.32 0.99 0.13
HSL 40.55º 0.98% 0.44% -
HSV(B) 40.55º 0.99% 0.87% -
XYZ 40.74 37.19 5.09 -
YUV 154.36 42.02 175.53 -
System Red Green Blue C M Y K H S L
Decimal 221 150 2 0 0.32 0.99 0.13 40.55 0.98 0.44
Hex DD 96 2 0 20 63 D 29 62 2C
Octal 335 226 2 0 40 143 15 51 142 54
Binary 11011101 10010110 10 0 100000 1100011 1101 101001 1100010 101100

Color Harmonies of #DD9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9602

Black with #DD9602

Text Example


Text Example

White with #DD9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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