Html Css Color HEX #D8990A Gamboge

📋 copy color: '#D8990A'

red 216 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #D8990A

Tints of Gamboge #D8990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 56.99%
G = 40.37%
B = 2.64%

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

#D8990A (or 0xD8990A) is known color: Gamboge. HEX triplet: D8, 99 and 0A. RGB value is (216,153,10). Sum of RGB (Red+Green+Blue) = 216+153+10=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8990A is #2766F5. Grayscale: #9C9C9C. Windows color (decimal): -2582262 or 694744. OLE color: 694744.

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

Color convert

RGB 216 153 10 -
CMYK 0 0.29 0.95 0.15
HSL 41.65º 0.91% 0.44% -
HSV(B) 41.65º 0.95% 0.85% -
XYZ 39.76 37.4 5.41 -
YUV 155.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 216 153 10 0 0.29 0.95 0.15 41.65 0.91 0.44
Hex D8 99 A 0 1D 5F F 2A 5B 2C
Octal 330 231 12 0 35 137 17 52 133 54
Binary 11011000 10011001 1010 0 11101 1011111 1111 101010 1011011 101100

Color Harmonies of #D8990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8990A

Black with #D8990A

Text Example


Text Example

White with #D8990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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