Html Css Color HEX #D98D15 Gamboge

📋 copy color: '#D98D15'

red 217 ◦ green 141 ◦ blue 21

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

Shades of Gamboge #D98D15

Tints of Gamboge #D98D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 57.26%
G = 37.2%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98D15 (or 0xD98D15) is known color: Gamboge. HEX triplet: D9, 8D and 15. RGB value is (217,141,21). Sum of RGB (Red+Green+Blue) = 217+141+21=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D15 is #2672EA. Grayscale: #969696. Windows color (decimal): -2519787 or 1412569. OLE color: 1412569.

HSL color Cylindrical-coordinate representation of color #D98D15: hue angle of 36.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D98D15 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 21 -
CMYK 0 0.35 0.90 0.15
HSL 36.73º 0.82% 0.47% -
HSV(B) 36.73º 0.9% 0.85% -
XYZ 38.28 33.86 5.23 -
YUV 150.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 217 141 21 0 0.35 0.90 0.15 36.73 0.82 0.47
Hex D9 8D 15 0 23 5A F 25 52 2F
Octal 331 215 25 0 43 132 17 45 122 57
Binary 11011001 10001101 10101 0 100011 1011010 1111 100101 1010010 101111

Color Harmonies of #D98D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D15

Black with #D98D15

Text Example


Text Example

White with #D98D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D15; }

 p { color: rgb(217,141,21); }

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

background-color css

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

 a { background-color: rgb(217,141,21); }

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

border-color css

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

 span { border-color: rgb(217,141,21); }

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