Html Css Color HEX #D98B09 Gamboge

📋 copy color: '#D98B09'

red 217 ◦ green 139 ◦ blue 9

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

Shades of Gamboge #D98B09

Tints of Gamboge #D98B09

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 59.45%
G = 38.08%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D98B09 (or 0xD98B09) is known color: Gamboge. HEX triplet: D9, 8B and 09. RGB value is (217,139,9). Sum of RGB (Red+Green+Blue) = 217+139+9=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98B09 is #2674F6. Grayscale: #949494. Windows color (decimal): -2520311 or 625625. OLE color: 625625.

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

Color convert

RGB 217 139 9 -
CMYK 0 0.36 0.96 0.15
HSL 37.5º 0.92% 0.44% -
HSV(B) 37.5º 0.96% 0.85% -
XYZ 37.9 33.24 4.68 -
YUV 147.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 217 139 9 0 0.36 0.96 0.15 37.5 0.92 0.44
Hex D9 8B 9 0 24 60 F 26 5C 2C
Octal 331 213 11 0 44 140 17 46 134 54
Binary 11011001 10001011 1001 0 100100 1100000 1111 100110 1011100 101100

Color Harmonies of #D98B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B09

Black with #D98B09

Text Example


Text Example

White with #D98B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B09; }

 p { color: rgb(217,139,9); }

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

background-color css

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

 a { background-color: rgb(217,139,9); }

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

border-color css

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

 span { border-color: rgb(217,139,9); }

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