Html Css Color HEX #DD9703 Gamboge

📋 copy color: '#DD9703'

red 221 ◦ green 151 ◦ blue 3

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

Shades of Gamboge #DD9703

Tints of Gamboge #DD9703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 58.93%
G = 40.27%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9703 (or 0xDD9703) is known color: Gamboge. HEX triplet: DD, 97 and 03. RGB value is (221,151,3). Sum of RGB (Red+Green+Blue) = 221+151+3=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9703 is #2268FC. Grayscale: #9B9B9B. Windows color (decimal): -2255101 or 235485. OLE color: 235485.

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

Color convert

RGB 221 151 3 -
CMYK 0 0.32 0.99 0.13
HSL 40.73º 0.97% 0.44% -
HSV(B) 40.73º 0.99% 0.87% -
XYZ 40.9 37.51 5.17 -
YUV 155.06 42.19 175.03 -
System Red Green Blue C M Y K H S L
Decimal 221 151 3 0 0.32 0.99 0.13 40.73 0.97 0.44
Hex DD 97 3 0 20 63 D 29 61 2C
Octal 335 227 3 0 40 143 15 51 141 54
Binary 11011101 10010111 11 0 100000 1100011 1101 101001 1100001 101100

Color Harmonies of #DD9703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9703

Black with #DD9703

Text Example


Text Example

White with #DD9703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9703; }

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

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

background-color css

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

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

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

border-color css

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

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

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