Html Css Color HEX #DD8906 Gamboge

📋 copy color: '#DD8906'

red 221 ◦ green 137 ◦ blue 6

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

Shades of Gamboge #DD8906

Tints of Gamboge #DD8906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 60.71%
G = 37.64%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8906 (or 0xDD8906) is known color: Gamboge. HEX triplet: DD, 89 and 06. RGB value is (221,137,6). Sum of RGB (Red+Green+Blue) = 221+137+6=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8906 is #2276F9. Grayscale: #939393. Windows color (decimal): -2258682 or 428509. OLE color: 428509.

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

Color convert

RGB 221 137 6 -
CMYK 0 0.38 0.97 0.13
HSL 36.56º 0.95% 0.45% -
HSV(B) 36.56º 0.97% 0.87% -
XYZ 38.8 33.28 4.55 -
YUV 147.18 48.33 180.65 -
System Red Green Blue C M Y K H S L
Decimal 221 137 6 0 0.38 0.97 0.13 36.56 0.95 0.45
Hex DD 89 6 0 26 61 D 25 5F 2D
Octal 335 211 6 0 46 141 15 45 137 55
Binary 11011101 10001001 110 0 100110 1100001 1101 100101 1011111 101101

Color Harmonies of #DD8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8906

Black with #DD8906

Text Example


Text Example

White with #DD8906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8906; }

 p { color: rgb(221,137,6); }

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

background-color css

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

 a { background-color: rgb(221,137,6); }

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

border-color css

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

 span { border-color: rgb(221,137,6); }

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