Html Css Color HEX #DD860C Gamboge

📋 copy color: '#DD860C'

red 221 ◦ green 134 ◦ blue 12

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

Shades of Gamboge #DD860C

Tints of Gamboge #DD860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

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

R = 60.22%
G = 36.51%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD860C (or 0xDD860C) is known color: Gamboge. HEX triplet: DD, 86 and 0C. RGB value is (221,134,12). Sum of RGB (Red+Green+Blue) = 221+134+12=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD860C is #2279F3. Grayscale: #929292. Windows color (decimal): -2259444 or 820957. OLE color: 820957.

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

Color convert

RGB 221 134 12 -
CMYK 0 0.39 0.95 0.13
HSL 35.02º 0.9% 0.46% -
HSV(B) 35.02º 0.95% 0.87% -
XYZ 38.41 32.45 4.59 -
YUV 146.11 52.32 181.42 -
System Red Green Blue C M Y K H S L
Decimal 221 134 12 0 0.39 0.95 0.13 35.02 0.9 0.46
Hex DD 86 C 0 27 5F D 23 5A 2E
Octal 335 206 14 0 47 137 15 43 132 56
Binary 11011101 10000110 1100 0 100111 1011111 1101 100011 1011010 101110

Color Harmonies of #DD860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD860C

Black with #DD860C

Text Example


Text Example

White with #DD860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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