Html Css Color HEX #D98512 Gamboge

📋 copy color: '#D98512'

red 217 ◦ green 133 ◦ blue 18

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

Shades of Gamboge #D98512

Tints of Gamboge #D98512

RGB

 RED value IS 217 (85.16% from 255) = 58.97%

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 58.97%
G = 36.14%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D98512 (or 0xD98512) is known color: Gamboge. HEX triplet: D9, 85 and 12. RGB value is (217,133,18). Sum of RGB (Red+Green+Blue) = 217+133+18=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D98512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98512 is #267AED. Grayscale: #919191. Windows color (decimal): -2521838 or 1213913. OLE color: 1213913.

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

Color convert

RGB 217 133 18 -
CMYK 0 0.39 0.92 0.15
HSL 34.67º 0.85% 0.46% -
HSV(B) 34.67º 0.92% 0.85% -
XYZ 37.11 31.57 4.71 -
YUV 145.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 217 133 18 0 0.39 0.92 0.15 34.67 0.85 0.46
Hex D9 85 12 0 27 5C F 23 55 2E
Octal 331 205 22 0 47 134 17 43 125 56
Binary 11011001 10000101 10010 0 100111 1011100 1111 100011 1010101 101110

Color Harmonies of #D98512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98512

Black with #D98512

Text Example


Text Example

White with #D98512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98512; }

 p { color: rgb(217,133,18); }

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

background-color css

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

 a { background-color: rgb(217,133,18); }

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

border-color css

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

 span { border-color: rgb(217,133,18); }

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