Html Css Color HEX #D8840D Gamboge

📋 copy color: '#D8840D'

red 216 ◦ green 132 ◦ blue 13

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

Shades of Gamboge #D8840D

Tints of Gamboge #D8840D

RGB

 RED value IS 216 (84.77% from 255) = 59.83%

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 59.83%
G = 36.57%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8840D (or 0xD8840D) is known color: Gamboge. HEX triplet: D8, 84 and 0D. RGB value is (216,132,13). Sum of RGB (Red+Green+Blue) = 216+132+13=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8840D is #277BF2. Grayscale: #909090. Windows color (decimal): -2587635 or 885976. OLE color: 885976.

HSL color Cylindrical-coordinate representation of color #D8840D: hue angle of 35.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8840D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 13 -
CMYK 0 0.39 0.94 0.15
HSL 35.17º 0.89% 0.45% -
HSV(B) 35.17º 0.94% 0.85% -
XYZ 36.64 31.13 4.46 -
YUV 143.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 216 132 13 0 0.39 0.94 0.15 35.17 0.89 0.45
Hex D8 84 D 0 27 5E F 23 59 2D
Octal 330 204 15 0 47 136 17 43 131 55
Binary 11011000 10000100 1101 0 100111 1011110 1111 100011 1011001 101101

Color Harmonies of #D8840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8840D

Black with #D8840D

Text Example


Text Example

White with #D8840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8840D; }

 p { color: rgb(216,132,13); }

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

background-color css

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

 a { background-color: rgb(216,132,13); }

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

border-color css

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

 span { border-color: rgb(216,132,13); }

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