Html Css Color HEX #D98A0B Gamboge

📋 copy color: '#D98A0B'

red 217 ◦ green 138 ◦ blue 11

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

Shades of Gamboge #D98A0B

Tints of Gamboge #D98A0B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 59.29%
G = 37.7%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D98A0B (or 0xD98A0B) is known color: Gamboge. HEX triplet: D9, 8A and 0B. RGB value is (217,138,11). Sum of RGB (Red+Green+Blue) = 217+138+11=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A0B is #2675F4. Grayscale: #939393. Windows color (decimal): -2520565 or 756441. OLE color: 756441.

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

Color convert

RGB 217 138 11 -
CMYK 0 0.36 0.95 0.15
HSL 36.99º 0.9% 0.45% -
HSV(B) 36.99º 0.95% 0.85% -
XYZ 37.76 32.95 4.69 -
YUV 147.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 217 138 11 0 0.36 0.95 0.15 36.99 0.9 0.45
Hex D9 8A B 0 24 5F F 25 5A 2D
Octal 331 212 13 0 44 137 17 45 132 55
Binary 11011001 10001010 1011 0 100100 1011111 1111 100101 1011010 101101

Color Harmonies of #D98A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A0B

Black with #D98A0B

Text Example


Text Example

White with #D98A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A0B; }

 p { color: rgb(217,138,11); }

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

background-color css

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

 a { background-color: rgb(217,138,11); }

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

border-color css

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

 span { border-color: rgb(217,138,11); }

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