Html Css Color HEX #D8910C Gamboge

📋 copy color: '#D8910C'

red 216 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #D8910C

Tints of Gamboge #D8910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 57.91%
G = 38.87%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8910C (or 0xD8910C) is known color: Gamboge. HEX triplet: D8, 91 and 0C. RGB value is (216,145,12). Sum of RGB (Red+Green+Blue) = 216+145+12=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8910C is #276EF3. Grayscale: #979797. Windows color (decimal): -2584308 or 823768. OLE color: 823768.

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

Color convert

RGB 216 145 12 -
CMYK 0 0.33 0.94 0.15
HSL 39.12º 0.89% 0.45% -
HSV(B) 39.12º 0.94% 0.85% -
XYZ 38.51 34.88 5.05 -
YUV 151.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 216 145 12 0 0.33 0.94 0.15 39.12 0.89 0.45
Hex D8 91 C 0 21 5E F 27 59 2D
Octal 330 221 14 0 41 136 17 47 131 55
Binary 11011000 10010001 1100 0 100001 1011110 1111 100111 1011001 101101

Color Harmonies of #D8910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8910C

Black with #D8910C

Text Example


Text Example

White with #D8910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8910C; }

 p { color: rgb(216,145,12); }

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

background-color css

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

 a { background-color: rgb(216,145,12); }

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

border-color css

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

 span { border-color: rgb(216,145,12); }

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