Html Css Color HEX #DD960C Gamboge

📋 copy color: '#DD960C'

red 221 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #DD960C

Tints of Gamboge #DD960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 57.7%
G = 39.16%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD960C (or 0xDD960C) is known color: Gamboge. HEX triplet: DD, 96 and 0C. RGB value is (221,150,12). Sum of RGB (Red+Green+Blue) = 221+150+12=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD960C is #2269F3. Grayscale: #9C9C9C. Windows color (decimal): -2255348 or 825053. OLE color: 825053.

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

Color convert

RGB 221 150 12 -
CMYK 0 0.32 0.95 0.13
HSL 39.62º 0.9% 0.46% -
HSV(B) 39.62º 0.95% 0.87% -
XYZ 40.79 37.21 5.38 -
YUV 155.5 47.02 174.72 -
System Red Green Blue C M Y K H S L
Decimal 221 150 12 0 0.32 0.95 0.13 39.62 0.9 0.46
Hex DD 96 C 0 20 5F D 28 5A 2E
Octal 335 226 14 0 40 137 15 50 132 56
Binary 11011101 10010110 1100 0 100000 1011111 1101 101000 1011010 101110

Color Harmonies of #DD960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD960C

Black with #DD960C

Text Example


Text Example

White with #DD960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD960C; }

 p { color: rgb(221,150,12); }

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

background-color css

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

 a { background-color: rgb(221,150,12); }

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

border-color css

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

 span { border-color: rgb(221,150,12); }

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