Html Css Color HEX #DD9D08 Gamboge

📋 copy color: '#DD9D08'

red 221 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #DD9D08

Tints of Gamboge #DD9D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 57.25%
G = 40.67%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9D08 (or 0xDD9D08) is known color: Gamboge. HEX triplet: DD, 9D and 08. RGB value is (221,157,8). Sum of RGB (Red+Green+Blue) = 221+157+8=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D08 is #2262F7. Grayscale: #9F9F9F. Windows color (decimal): -2253560 or 564701. OLE color: 564701.

HSL color Cylindrical-coordinate representation of color #DD9D08: hue angle of 41.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD9D08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 8 -
CMYK 0 0.29 0.96 0.13
HSL 41.97º 0.93% 0.45% -
HSV(B) 41.97º 0.96% 0.87% -
XYZ 41.92 39.5 5.65 -
YUV 159.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 221 157 8 0 0.29 0.96 0.13 41.97 0.93 0.45
Hex DD 9D 8 0 1D 60 D 2A 5D 2D
Octal 335 235 10 0 35 140 15 52 135 55
Binary 11011101 10011101 1000 0 11101 1100000 1101 101010 1011101 101101

Color Harmonies of #DD9D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D08

Black with #DD9D08

Text Example


Text Example

White with #DD9D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D08; }

 p { color: rgb(221,157,8); }

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

background-color css

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

 a { background-color: rgb(221,157,8); }

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

border-color css

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

 span { border-color: rgb(221,157,8); }

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