Html Css Color HEX #D8950D Gamboge

📋 copy color: '#D8950D'

red 216 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #D8950D

Tints of Gamboge #D8950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 57.14%
G = 39.42%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8950D (or 0xD8950D) is known color: Gamboge. HEX triplet: D8, 95 and 0D. RGB value is (216,149,13). Sum of RGB (Red+Green+Blue) = 216+149+13=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8950D is #276AF2. Grayscale: #9A9A9A. Windows color (decimal): -2583283 or 890328. OLE color: 890328.

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

Color convert

RGB 216 149 13 -
CMYK 0 0.31 0.94 0.15
HSL 40.2º 0.89% 0.45% -
HSV(B) 40.2º 0.94% 0.85% -
XYZ 39.14 36.12 5.29 -
YUV 153.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 216 149 13 0 0.31 0.94 0.15 40.2 0.89 0.45
Hex D8 95 D 0 1F 5E F 28 59 2D
Octal 330 225 15 0 37 136 17 50 131 55
Binary 11011000 10010101 1101 0 11111 1011110 1111 101000 1011001 101101

Color Harmonies of #D8950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8950D

Black with #D8950D

Text Example


Text Example

White with #D8950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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