Html Css Color HEX #D8880D Gamboge

📋 copy color: '#D8880D'

red 216 ◦ green 136 ◦ blue 13

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

Shades of Gamboge #D8880D

Tints of Gamboge #D8880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 59.18%
G = 37.26%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8880D (or 0xD8880D) is known color: Gamboge. HEX triplet: D8, 88 and 0D. RGB value is (216,136,13). Sum of RGB (Red+Green+Blue) = 216+136+13=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8880D is #2777F2. Grayscale: #929292. Windows color (decimal): -2586611 or 887000. OLE color: 887000.

HSL color Cylindrical-coordinate representation of color #D8880D: hue angle of 36.35º 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 #D8880D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 13 -
CMYK 0 0.37 0.94 0.15
HSL 36.35º 0.89% 0.45% -
HSV(B) 36.35º 0.94% 0.85% -
XYZ 37.2 32.24 4.64 -
YUV 145.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 216 136 13 0 0.37 0.94 0.15 36.35 0.89 0.45
Hex D8 88 D 0 25 5E F 24 59 2D
Octal 330 210 15 0 45 136 17 44 131 55
Binary 11011000 10001000 1101 0 100101 1011110 1111 100100 1011001 101101

Color Harmonies of #D8880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8880D

Black with #D8880D

Text Example


Text Example

White with #D8880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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