Html Css Color HEX #DD9107 Gamboge

📋 copy color: '#DD9107'

red 221 ◦ green 145 ◦ blue 7

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

Shades of Gamboge #DD9107

Tints of Gamboge #DD9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

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

R = 59.25%
G = 38.87%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD9107 (or 0xDD9107) is known color: Gamboge. HEX triplet: DD, 91 and 07. RGB value is (221,145,7). Sum of RGB (Red+Green+Blue) = 221+145+7=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9107 is #226EF8. Grayscale: #989898. Windows color (decimal): -2256633 or 496093. OLE color: 496093.

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

Color convert

RGB 221 145 7 -
CMYK 0 0.34 0.97 0.13
HSL 38.69º 0.94% 0.45% -
HSV(B) 38.69º 0.97% 0.87% -
XYZ 39.98 35.64 4.97 -
YUV 151.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 221 145 7 0 0.34 0.97 0.13 38.69 0.94 0.45
Hex DD 91 7 0 22 61 D 27 5E 2D
Octal 335 221 7 0 42 141 15 47 136 55
Binary 11011101 10010001 111 0 100010 1100001 1101 100111 1011110 101101

Color Harmonies of #DD9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9107

Black with #DD9107

Text Example


Text Example

White with #DD9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9107; }

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

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

background-color css

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

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

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

border-color css

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

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

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