Html Css Color HEX #DD9201 Gamboge

📋 copy color: '#DD9201'

red 221 ◦ green 146 ◦ blue 1

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

Shades of Gamboge #DD9201

Tints of Gamboge #DD9201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 60.05%
G = 39.67%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD9201 (or 0xDD9201) is known color: Gamboge. HEX triplet: DD, 92 and 01. RGB value is (221,146,1). Sum of RGB (Red+Green+Blue) = 221+146+1=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9201 is #226DFE. Grayscale: #989898. Windows color (decimal): -2256383 or 103133. OLE color: 103133.

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

Color convert

RGB 221 146 1 -
CMYK 0 0.34 1.00 0.13
HSL 39.55º 0.99% 0.44% -
HSV(B) 39.55º 1% 0.87% -
XYZ 40.1 35.93 4.85 -
YUV 151.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 221 146 1 0 0.34 1.00 0.13 39.55 0.99 0.44
Hex DD 92 1 0 22 64 D 28 63 2C
Octal 335 222 1 0 42 144 15 50 143 54
Binary 11011101 10010010 1 0 100010 1100100 1101 101000 1100011 101100

Color Harmonies of #DD9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9201

Black with #DD9201

Text Example


Text Example

White with #DD9201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9201; }

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

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

background-color css

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

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

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

border-color css

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

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

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