Html Css Color HEX #D8990D Gamboge

📋 copy color: '#D8990D'

red 216 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #D8990D

Tints of Gamboge #D8990D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 56.54%
G = 40.05%
B = 3.4%

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

#D8990D (or 0xD8990D) is known color: Gamboge. HEX triplet: D8, 99 and 0D. RGB value is (216,153,13). Sum of RGB (Red+Green+Blue) = 216+153+13=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8990D is #2766F2. Grayscale: #9C9C9C. Windows color (decimal): -2582259 or 891352. OLE color: 891352.

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

Color convert

RGB 216 153 13 -
CMYK 0 0.29 0.94 0.15
HSL 41.38º 0.89% 0.45% -
HSV(B) 41.38º 0.94% 0.85% -
XYZ 39.78 37.41 5.5 -
YUV 155.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 216 153 13 0 0.29 0.94 0.15 41.38 0.89 0.45
Hex D8 99 D 0 1D 5E F 29 59 2D
Octal 330 231 15 0 35 136 17 51 131 55
Binary 11011000 10011001 1101 0 11101 1011110 1111 101001 1011001 101101

Color Harmonies of #D8990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8990D

Black with #D8990D

Text Example


Text Example

White with #D8990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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