Html Css Color HEX #DD9C02 Gamboge

📋 copy color: '#DD9C02'

red 221 ◦ green 156 ◦ blue 2

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

Shades of Gamboge #DD9C02

Tints of Gamboge #DD9C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 58.31%
G = 41.16%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD9C02 (or 0xDD9C02) is known color: Gamboge. HEX triplet: DD, 9C and 02. RGB value is (221,156,2). Sum of RGB (Red+Green+Blue) = 221+156+2=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C02 is #2263FD. Grayscale: #9E9E9E. Windows color (decimal): -2253822 or 171229. OLE color: 171229.

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

Color convert

RGB 221 156 2 -
CMYK 0 0.29 0.99 0.13
HSL 42.19º 0.98% 0.44% -
HSV(B) 42.19º 0.99% 0.87% -
XYZ 41.72 39.15 5.42 -
YUV 157.88 40.03 173.02 -
System Red Green Blue C M Y K H S L
Decimal 221 156 2 0 0.29 0.99 0.13 42.19 0.98 0.44
Hex DD 9C 2 0 1D 63 D 2A 62 2C
Octal 335 234 2 0 35 143 15 52 142 54
Binary 11011101 10011100 10 0 11101 1100011 1101 101010 1100010 101100

Color Harmonies of #DD9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C02

Black with #DD9C02

Text Example


Text Example

White with #DD9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C02; }

 p { color: rgb(221,156,2); }

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

background-color css

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

 a { background-color: rgb(221,156,2); }

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

border-color css

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

 span { border-color: rgb(221,156,2); }

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