Html Css Color HEX #DD9907 Gamboge

📋 copy color: '#DD9907'

red 221 ◦ green 153 ◦ blue 7

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

Shades of Gamboge #DD9907

Tints of Gamboge #DD9907

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 58.01%
G = 40.16%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD9907 (or 0xDD9907) is known color: Gamboge. HEX triplet: DD, 99 and 07. RGB value is (221,153,7). Sum of RGB (Red+Green+Blue) = 221+153+7=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9907 is #2266F8. Grayscale: #9D9D9D. Windows color (decimal): -2254585 or 498141. OLE color: 498141.

HSL color Cylindrical-coordinate representation of color #DD9907: hue angle of 40.93º degrees, saturation: 0.94, 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 #DD9907 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 7 -
CMYK 0 0.31 0.97 0.13
HSL 40.93º 0.94% 0.45% -
HSV(B) 40.93º 0.97% 0.87% -
XYZ 41.25 38.17 5.39 -
YUV 156.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 221 153 7 0 0.31 0.97 0.13 40.93 0.94 0.45
Hex DD 99 7 0 1F 61 D 29 5E 2D
Octal 335 231 7 0 37 141 15 51 136 55
Binary 11011101 10011001 111 0 11111 1100001 1101 101001 1011110 101101

Color Harmonies of #DD9907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9907

Black with #DD9907

Text Example


Text Example

White with #DD9907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9907; }

 p { color: rgb(221,153,7); }

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

background-color css

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

 a { background-color: rgb(221,153,7); }

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

border-color css

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

 span { border-color: rgb(221,153,7); }

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