Html Css Color HEX #D8990E Gamboge

📋 copy color: '#D8990E'

red 216 ◦ green 153 ◦ blue 14

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

Shades of Gamboge #D8990E

Tints of Gamboge #D8990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 56.4%
G = 39.95%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8990E (or 0xD8990E) is known color: Gamboge. HEX triplet: D8, 99 and 0E. RGB value is (216,153,14). Sum of RGB (Red+Green+Blue) = 216+153+14=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D8990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8990E is #2766F1. Grayscale: #9C9C9C. Windows color (decimal): -2582258 or 956888. OLE color: 956888.

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

Color convert

RGB 216 153 14 -
CMYK 0 0.29 0.94 0.15
HSL 41.29º 0.88% 0.45% -
HSV(B) 41.29º 0.94% 0.85% -
XYZ 39.79 37.41 5.54 -
YUV 155.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 216 153 14 0 0.29 0.94 0.15 41.29 0.88 0.45
Hex D8 99 E 0 1D 5E F 29 58 2D
Octal 330 231 16 0 35 136 17 51 130 55
Binary 11011000 10011001 1110 0 11101 1011110 1111 101001 1011000 101101

Color Harmonies of #D8990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8990E

Black with #D8990E

Text Example


Text Example

White with #D8990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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