Html Css Color HEX #DD9705 Gamboge

📋 copy color: '#DD9705'

red 221 ◦ green 151 ◦ blue 5

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

Shades of Gamboge #DD9705

Tints of Gamboge #DD9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 58.62%
G = 40.05%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9705 (or 0xDD9705) is known color: Gamboge. HEX triplet: DD, 97 and 05. RGB value is (221,151,5). Sum of RGB (Red+Green+Blue) = 221+151+5=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9705 is #2268FA. Grayscale: #9B9B9B. Windows color (decimal): -2255099 or 366557. OLE color: 366557.

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

Color convert

RGB 221 151 5 -
CMYK 0 0.32 0.98 0.13
HSL 40.56º 0.96% 0.44% -
HSV(B) 40.56º 0.98% 0.87% -
XYZ 40.91 37.52 5.23 -
YUV 155.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 221 151 5 0 0.32 0.98 0.13 40.56 0.96 0.44
Hex DD 97 5 0 20 62 D 29 60 2C
Octal 335 227 5 0 40 142 15 51 140 54
Binary 11011101 10010111 101 0 100000 1100010 1101 101001 1100000 101100

Color Harmonies of #DD9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9705

Black with #DD9705

Text Example


Text Example

White with #DD9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9705; }

 p { color: rgb(221,151,5); }

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

background-color css

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

 a { background-color: rgb(221,151,5); }

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

border-color css

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

 span { border-color: rgb(221,151,5); }

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