Html Css Color HEX #DD860D Gamboge

📋 copy color: '#DD860D'

red 221 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DD860D

Tints of Gamboge #DD860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 60.05%
G = 36.41%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD860D (or 0xDD860D) is known color: Gamboge. HEX triplet: DD, 86 and 0D. RGB value is (221,134,13). Sum of RGB (Red+Green+Blue) = 221+134+13=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD860D is #2279F2. Grayscale: #929292. Windows color (decimal): -2259443 or 886493. OLE color: 886493.

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

Color convert

RGB 221 134 13 -
CMYK 0 0.39 0.94 0.13
HSL 34.9º 0.89% 0.46% -
HSV(B) 34.9º 0.94% 0.87% -
XYZ 38.42 32.45 4.62 -
YUV 146.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 221 134 13 0 0.39 0.94 0.13 34.9 0.89 0.46
Hex DD 86 D 0 27 5E D 23 59 2E
Octal 335 206 15 0 47 136 15 43 131 56
Binary 11011101 10000110 1101 0 100111 1011110 1101 100011 1011001 101110

Color Harmonies of #DD860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD860D

Black with #DD860D

Text Example


Text Example

White with #DD860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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