Html Css Color HEX #DD9B08 Gamboge

📋 copy color: '#DD9B08'

red 221 ◦ green 155 ◦ blue 8

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

Shades of Gamboge #DD9B08

Tints of Gamboge #DD9B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

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

R = 57.55%
G = 40.36%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD9B08 (or 0xDD9B08) is known color: Gamboge. HEX triplet: DD, 9B and 08. RGB value is (221,155,8). Sum of RGB (Red+Green+Blue) = 221+155+8=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B08 is #2264F7. Grayscale: #9E9E9E. Windows color (decimal): -2254072 or 564189. OLE color: 564189.

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

Color convert

RGB 221 155 8 -
CMYK 0 0.30 0.96 0.13
HSL 41.41º 0.93% 0.45% -
HSV(B) 41.41º 0.96% 0.87% -
XYZ 41.58 38.83 5.53 -
YUV 157.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 221 155 8 0 0.30 0.96 0.13 41.41 0.93 0.45
Hex DD 9B 8 0 1E 60 D 29 5D 2D
Octal 335 233 10 0 36 140 15 51 135 55
Binary 11011101 10011011 1000 0 11110 1100000 1101 101001 1011101 101101

Color Harmonies of #DD9B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B08

Black with #DD9B08

Text Example


Text Example

White with #DD9B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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