Html Css Color HEX #DD9800 Gamboge

📋 copy color: '#DD9800'

red 221 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #DD9800

Tints of Gamboge #DD9800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.25%
G = 40.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD9800 (or 0xDD9800) is known color: Gamboge. HEX triplet: DD, 98 and 00. RGB value is (221,152,0). Sum of RGB (Red+Green+Blue) = 221+152+0=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9800 is #2267FF. Grayscale: #9B9B9B. Windows color (decimal): -2254848 or 39133. OLE color: 39133.

HSL color Cylindrical-coordinate representation of color #DD9800: hue angle of 41.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD9800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 0 -
CMYK 0 0.31 1 0.13
HSL 41.27º 1% 0.43% -
HSV(B) 41.27º 1% 0.87% -
XYZ 41.05 37.83 5.14 -
YUV 155.3 40.36 174.86 -
System Red Green Blue C M Y K H S L
Decimal 221 152 0 0 0.31 1 0.13 41.27 1 0.43
Hex DD 98 0 0 1F 64 D 29 64 2B
Octal 335 230 0 0 37 144 15 51 144 53
Binary 11011101 10011000 0 0 11111 1100100 1101 101001 1100100 101011

Color Harmonies of #DD9800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9800

Black with #DD9800

Text Example


Text Example

White with #DD9800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9800; }

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

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

background-color css

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

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

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

border-color css

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

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

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