Html Css Color HEX #DD9802 Gamboge

📋 copy color: '#DD9802'

red 221 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #DD9802

Tints of Gamboge #DD9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 58.93%
G = 40.53%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9802 (or 0xDD9802) is known color: Gamboge. HEX triplet: DD, 98 and 02. RGB value is (221,152,2). Sum of RGB (Red+Green+Blue) = 221+152+2=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9802 is #2267FD. Grayscale: #9C9C9C. Windows color (decimal): -2254846 or 170205. OLE color: 170205.

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

Color convert

RGB 221 152 2 -
CMYK 0 0.31 0.99 0.13
HSL 41.1º 0.98% 0.44% -
HSV(B) 41.1º 0.99% 0.87% -
XYZ 41.06 37.83 5.2 -
YUV 155.53 41.36 174.7 -
System Red Green Blue C M Y K H S L
Decimal 221 152 2 0 0.31 0.99 0.13 41.1 0.98 0.44
Hex DD 98 2 0 1F 63 D 29 62 2C
Octal 335 230 2 0 37 143 15 51 142 54
Binary 11011101 10011000 10 0 11111 1100011 1101 101001 1100010 101100

Color Harmonies of #DD9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9802

Black with #DD9802

Text Example


Text Example

White with #DD9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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