Html Css Color HEX #D98508 Gamboge

📋 copy color: '#D98508'

red 217 ◦ green 133 ◦ blue 8

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

Shades of Gamboge #D98508

Tints of Gamboge #D98508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 60.61%
G = 37.15%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D98508 (or 0xD98508) is known color: Gamboge. HEX triplet: D9, 85 and 08. RGB value is (217,133,8). Sum of RGB (Red+Green+Blue) = 217+133+8=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D98508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98508 is #267AF7. Grayscale: #909090. Windows color (decimal): -2521848 or 558553. OLE color: 558553.

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

Color convert

RGB 217 133 8 -
CMYK 0 0.39 0.96 0.15
HSL 35.89º 0.93% 0.44% -
HSV(B) 35.89º 0.96% 0.85% -
XYZ 37.05 31.54 4.37 -
YUV 143.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 217 133 8 0 0.39 0.96 0.15 35.89 0.93 0.44
Hex D9 85 8 0 27 60 F 24 5D 2C
Octal 331 205 10 0 47 140 17 44 135 54
Binary 11011001 10000101 1000 0 100111 1100000 1111 100100 1011101 101100

Color Harmonies of #D98508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98508

Black with #D98508

Text Example


Text Example

White with #D98508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98508; }

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

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

background-color css

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

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

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

border-color css

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

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

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