Html Css Color HEX #D98F05 Gamboge

📋 copy color: '#D98F05'

red 217 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #D98F05

Tints of Gamboge #D98F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 59.45%
G = 39.18%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D98F05 (or 0xD98F05) is known color: Gamboge. HEX triplet: D9, 8F and 05. RGB value is (217,143,5). Sum of RGB (Red+Green+Blue) = 217+143+5=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F05 is #2670FA. Grayscale: #969696. Windows color (decimal): -2519291 or 364505. OLE color: 364505.

HSL color Cylindrical-coordinate representation of color #D98F05: hue angle of 39.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D98F05 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 5 -
CMYK 0 0.34 0.98 0.15
HSL 39.06º 0.95% 0.44% -
HSV(B) 39.06º 0.98% 0.85% -
XYZ 38.47 34.41 4.76 -
YUV 149.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 143 5 0 0.34 0.98 0.15 39.06 0.95 0.44
Hex D9 8F 5 0 22 62 F 27 5F 2C
Octal 331 217 5 0 42 142 17 47 137 54
Binary 11011001 10001111 101 0 100010 1100010 1111 100111 1011111 101100

Color Harmonies of #D98F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F05

Black with #D98F05

Text Example


Text Example

White with #D98F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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