Html Css Color HEX #DD860F Gamboge

📋 copy color: '#DD860F'

red 221 ◦ green 134 ◦ blue 15

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

Shades of Gamboge #DD860F

Tints of Gamboge #DD860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 59.73%
G = 36.22%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD860F (or 0xDD860F) is known color: Gamboge. HEX triplet: DD, 86 and 0F. RGB value is (221,134,15). Sum of RGB (Red+Green+Blue) = 221+134+15=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD860F is #2279F0. Grayscale: #939393. Windows color (decimal): -2259441 or 1017565. OLE color: 1017565.

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

Color convert

RGB 221 134 15 -
CMYK 0 0.39 0.93 0.13
HSL 34.66º 0.87% 0.46% -
HSV(B) 34.66º 0.93% 0.87% -
XYZ 38.43 32.46 4.69 -
YUV 146.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 221 134 15 0 0.39 0.93 0.13 34.66 0.87 0.46
Hex DD 86 F 0 27 5D D 23 57 2E
Octal 335 206 17 0 47 135 15 43 127 56
Binary 11011101 10000110 1111 0 100111 1011101 1101 100011 1010111 101110

Color Harmonies of #DD860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD860F

Black with #DD860F

Text Example


Text Example

White with #DD860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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