Html Css Color HEX #D8990F Gamboge

📋 copy color: '#D8990F'

red 216 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #D8990F

Tints of Gamboge #D8990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 56.25%
G = 39.84%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8990F (or 0xD8990F) is known color: Gamboge. HEX triplet: D8, 99 and 0F. RGB value is (216,153,15). Sum of RGB (Red+Green+Blue) = 216+153+15=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8990F is #2766F0. Grayscale: #9C9C9C. Windows color (decimal): -2582257 or 1022424. OLE color: 1022424.

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

Color convert

RGB 216 153 15 -
CMYK 0 0.29 0.93 0.15
HSL 41.19º 0.87% 0.45% -
HSV(B) 41.19º 0.93% 0.85% -
XYZ 39.8 37.42 5.58 -
YUV 156.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 216 153 15 0 0.29 0.93 0.15 41.19 0.87 0.45
Hex D8 99 F 0 1D 5D F 29 57 2D
Octal 330 231 17 0 35 135 17 51 127 55
Binary 11011000 10011001 1111 0 11101 1011101 1111 101001 1010111 101101

Color Harmonies of #D8990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8990F

Black with #D8990F

Text Example


Text Example

White with #D8990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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