Html Css Color HEX #D8991A Gamboge

📋 copy color: '#D8991A'

red 216 ◦ green 153 ◦ blue 26

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

Shades of Gamboge #D8991A

Tints of Gamboge #D8991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 54.68%
G = 38.73%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8991A (or 0xD8991A) is known color: Gamboge. HEX triplet: D8, 99 and 1A. RGB value is (216,153,26). Sum of RGB (Red+Green+Blue) = 216+153+26=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8991A is #2766E5. Grayscale: #9D9D9D. Windows color (decimal): -2582246 or 1743320. OLE color: 1743320.

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

Color convert

RGB 216 153 26 -
CMYK 0 0.29 0.88 0.15
HSL 40.11º 0.79% 0.47% -
HSV(B) 40.11º 0.88% 0.85% -
XYZ 39.9 37.46 6.1 -
YUV 157.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 216 153 26 0 0.29 0.88 0.15 40.11 0.79 0.47
Hex D8 99 1A 0 1D 58 F 28 4F 2F
Octal 330 231 32 0 35 130 17 50 117 57
Binary 11011000 10011001 11010 0 11101 1011000 1111 101000 1001111 101111

Color Harmonies of #D8991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8991A

Black with #D8991A

Text Example


Text Example

White with #D8991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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