Html Css Color HEX #D8850D Gamboge

📋 copy color: '#D8850D'

red 216 ◦ green 133 ◦ blue 13

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

Shades of Gamboge #D8850D

Tints of Gamboge #D8850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 59.67%
G = 36.74%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8850D (or 0xD8850D) is known color: Gamboge. HEX triplet: D8, 85 and 0D. RGB value is (216,133,13). Sum of RGB (Red+Green+Blue) = 216+133+13=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8850D is #277AF2. Grayscale: #909090. Windows color (decimal): -2587379 or 886232. OLE color: 886232.

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

Color convert

RGB 216 133 13 -
CMYK 0 0.38 0.94 0.15
HSL 35.47º 0.89% 0.45% -
HSV(B) 35.47º 0.94% 0.85% -
XYZ 36.78 31.4 4.5 -
YUV 144.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 216 133 13 0 0.38 0.94 0.15 35.47 0.89 0.45
Hex D8 85 D 0 26 5E F 23 59 2D
Octal 330 205 15 0 46 136 17 43 131 55
Binary 11011000 10000101 1101 0 100110 1011110 1111 100011 1011001 101101

Color Harmonies of #D8850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8850D

Black with #D8850D

Text Example


Text Example

White with #D8850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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