Html Css Color HEX #D8990B Gamboge

📋 copy color: '#D8990B'

red 216 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #D8990B

Tints of Gamboge #D8990B

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 153 (60.16% from 255) = 40.26%

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

R = 56.84%
G = 40.26%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8990B (or 0xD8990B) is known color: Gamboge. HEX triplet: D8, 99 and 0B. RGB value is (216,153,11). Sum of RGB (Red+Green+Blue) = 216+153+11=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8990B is #2766F4. Grayscale: #9C9C9C. Windows color (decimal): -2582261 or 760280. OLE color: 760280.

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

Color convert

RGB 216 153 11 -
CMYK 0 0.29 0.95 0.15
HSL 41.56º 0.9% 0.45% -
HSV(B) 41.56º 0.95% 0.85% -
XYZ 39.77 37.41 5.44 -
YUV 155.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 216 153 11 0 0.29 0.95 0.15 41.56 0.9 0.45
Hex D8 99 B 0 1D 5F F 2A 5A 2D
Octal 330 231 13 0 35 137 17 52 132 55
Binary 11011000 10011001 1011 0 11101 1011111 1111 101010 1011010 101101

Color Harmonies of #D8990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8990B

Black with #D8990B

Text Example


Text Example

White with #D8990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8990B; }

 p { color: rgb(216,153,11); }

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

background-color css

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

 a { background-color: rgb(216,153,11); }

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

border-color css

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

 span { border-color: rgb(216,153,11); }

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