Html Css Color HEX #D98D08 Gamboge

📋 copy color: '#D98D08'

red 217 ◦ green 141 ◦ blue 8

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

Shades of Gamboge #D98D08

Tints of Gamboge #D98D08

RGB

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

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

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

R = 59.29%
G = 38.52%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D98D08 (or 0xD98D08) is known color: Gamboge. HEX triplet: D9, 8D and 08. RGB value is (217,141,8). Sum of RGB (Red+Green+Blue) = 217+141+8=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D08 is #2672F7. Grayscale: #959595. Windows color (decimal): -2519800 or 560601. OLE color: 560601.

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

Color convert

RGB 217 141 8 -
CMYK 0 0.35 0.96 0.15
HSL 38.18º 0.93% 0.44% -
HSV(B) 38.18º 0.96% 0.85% -
XYZ 38.18 33.82 4.74 -
YUV 148.56 48.68 176.81 -
System Red Green Blue C M Y K H S L
Decimal 217 141 8 0 0.35 0.96 0.15 38.18 0.93 0.44
Hex D9 8D 8 0 23 60 F 26 5D 2C
Octal 331 215 10 0 43 140 17 46 135 54
Binary 11011001 10001101 1000 0 100011 1100000 1111 100110 1011101 101100

Color Harmonies of #D98D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D08

Black with #D98D08

Text Example


Text Example

White with #D98D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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