Html Css Color HEX #DD9502 Gamboge

📋 copy color: '#DD9502'

red 221 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #DD9502

Tints of Gamboge #DD9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 59.41%
G = 40.05%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9502 (or 0xDD9502) is known color: Gamboge. HEX triplet: DD, 95 and 02. RGB value is (221,149,2). Sum of RGB (Red+Green+Blue) = 221+149+2=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9502 is #226AFD. Grayscale: #9A9A9A. Windows color (decimal): -2255614 or 169437. OLE color: 169437.

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

Color convert

RGB 221 149 2 -
CMYK 0 0.33 0.99 0.13
HSL 40.27º 0.98% 0.44% -
HSV(B) 40.27º 0.99% 0.87% -
XYZ 40.58 36.87 5.04 -
YUV 153.77 42.35 175.95 -
System Red Green Blue C M Y K H S L
Decimal 221 149 2 0 0.33 0.99 0.13 40.27 0.98 0.44
Hex DD 95 2 0 21 63 D 28 62 2C
Octal 335 225 2 0 41 143 15 50 142 54
Binary 11011101 10010101 10 0 100001 1100011 1101 101000 1100010 101100

Color Harmonies of #DD9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9502

Black with #DD9502

Text Example


Text Example

White with #DD9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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