Html Css Color HEX #DD960E Gamboge

📋 copy color: '#DD960E'

red 221 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #DD960E

Tints of Gamboge #DD960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.64%

R = 57.4%
G = 38.96%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD960E (or 0xDD960E) is known color: Gamboge. HEX triplet: DD, 96 and 0E. RGB value is (221,150,14). Sum of RGB (Red+Green+Blue) = 221+150+14=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD960E is #2269F1. Grayscale: #9C9C9C. Windows color (decimal): -2255346 or 956125. OLE color: 956125.

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

Color convert

RGB 221 150 14 -
CMYK 0 0.32 0.94 0.13
HSL 39.42º 0.88% 0.46% -
HSV(B) 39.42º 0.94% 0.87% -
XYZ 40.8 37.22 5.45 -
YUV 155.73 48.02 174.56 -
System Red Green Blue C M Y K H S L
Decimal 221 150 14 0 0.32 0.94 0.13 39.42 0.88 0.46
Hex DD 96 E 0 20 5E D 27 58 2E
Octal 335 226 16 0 40 136 15 47 130 56
Binary 11011101 10010110 1110 0 100000 1011110 1101 100111 1011000 101110

Color Harmonies of #DD960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD960E

Black with #DD960E

Text Example


Text Example

White with #DD960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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