Html Css Color HEX #DD860A Gamboge

📋 copy color: '#DD860A'

red 221 ◦ green 134 ◦ blue 10

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

Shades of Gamboge #DD860A

Tints of Gamboge #DD860A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 60.55%
G = 36.71%
B = 2.74%

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

#DD860A (or 0xDD860A) is known color: Gamboge. HEX triplet: DD, 86 and 0A. RGB value is (221,134,10). Sum of RGB (Red+Green+Blue) = 221+134+10=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD860A is #2279F5. Grayscale: #929292. Windows color (decimal): -2259446 or 689885. OLE color: 689885.

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

Color convert

RGB 221 134 10 -
CMYK 0 0.39 0.95 0.13
HSL 35.26º 0.91% 0.45% -
HSV(B) 35.26º 0.95% 0.87% -
XYZ 38.4 32.44 4.53 -
YUV 145.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 221 134 10 0 0.39 0.95 0.13 35.26 0.91 0.45
Hex DD 86 A 0 27 5F D 23 5B 2D
Octal 335 206 12 0 47 137 15 43 133 55
Binary 11011101 10000110 1010 0 100111 1011111 1101 100011 1011011 101101

Color Harmonies of #DD860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD860A

Black with #DD860A

Text Example


Text Example

White with #DD860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD860A; }

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

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

background-color css

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

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

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

border-color css

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

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

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