Html Css Color HEX #DD9203 Gamboge

📋 copy color: '#DD9203'

red 221 ◦ green 146 ◦ blue 3

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

Shades of Gamboge #DD9203

Tints of Gamboge #DD9203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

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

R = 59.73%
G = 39.46%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9203 (or 0xDD9203) is known color: Gamboge. HEX triplet: DD, 92 and 03. RGB value is (221,146,3). Sum of RGB (Red+Green+Blue) = 221+146+3=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9203 is #226DFC. Grayscale: #989898. Windows color (decimal): -2256381 or 234205. OLE color: 234205.

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

Color convert

RGB 221 146 3 -
CMYK 0 0.34 0.99 0.13
HSL 39.36º 0.97% 0.44% -
HSV(B) 39.36º 0.99% 0.87% -
XYZ 40.11 35.94 4.91 -
YUV 152.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 221 146 3 0 0.34 0.99 0.13 39.36 0.97 0.44
Hex DD 92 3 0 22 63 D 27 61 2C
Octal 335 222 3 0 42 143 15 47 141 54
Binary 11011101 10010010 11 0 100010 1100011 1101 100111 1100001 101100

Color Harmonies of #DD9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9203

Black with #DD9203

Text Example


Text Example

White with #DD9203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9203; }

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

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

background-color css

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

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

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

border-color css

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

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

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