Html Css Color HEX #D98F15 Gamboge

📋 copy color: '#D98F15'

red 217 ◦ green 143 ◦ blue 21

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

Shades of Gamboge #D98F15

Tints of Gamboge #D98F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 56.96%
G = 37.53%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98F15 (or 0xD98F15) is known color: Gamboge. HEX triplet: D9, 8F and 15. RGB value is (217,143,21). Sum of RGB (Red+Green+Blue) = 217+143+21=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F15 is #2670EA. Grayscale: #979797. Windows color (decimal): -2519275 or 1413081. OLE color: 1413081.

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

Color convert

RGB 217 143 21 -
CMYK 0 0.34 0.90 0.15
HSL 37.35º 0.82% 0.47% -
HSV(B) 37.35º 0.9% 0.85% -
XYZ 38.57 34.45 5.33 -
YUV 151.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 217 143 21 0 0.34 0.90 0.15 37.35 0.82 0.47
Hex D9 8F 15 0 22 5A F 25 52 2F
Octal 331 217 25 0 42 132 17 45 122 57
Binary 11011001 10001111 10101 0 100010 1011010 1111 100101 1010010 101111

Color Harmonies of #D98F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F15

Black with #D98F15

Text Example


Text Example

White with #D98F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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