Html Css Color HEX #D99114 Gamboge

📋 copy color: '#D99114'

red 217 ◦ green 145 ◦ blue 20

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

Shades of Gamboge #D99114

Tints of Gamboge #D99114

RGB

 RED value IS 217 (85.16% from 255) = 56.81%

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 56.81%
G = 37.96%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99114 (or 0xD99114) is known color: Gamboge. HEX triplet: D9, 91 and 14. RGB value is (217,145,20). Sum of RGB (Red+Green+Blue) = 217+145+20=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99114 is #266EEB. Grayscale: #989898. Windows color (decimal): -2518764 or 1348057. OLE color: 1348057.

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

Color convert

RGB 217 145 20 -
CMYK 0 0.33 0.91 0.15
HSL 38.07º 0.83% 0.46% -
HSV(B) 38.07º 0.91% 0.85% -
XYZ 38.87 35.05 5.38 -
YUV 152.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 217 145 20 0 0.33 0.91 0.15 38.07 0.83 0.46
Hex D9 91 14 0 21 5B F 26 53 2E
Octal 331 221 24 0 41 133 17 46 123 56
Binary 11011001 10010001 10100 0 100001 1011011 1111 100110 1010011 101110

Color Harmonies of #D99114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99114

Black with #D99114

Text Example


Text Example

White with #D99114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99114; }

 p { color: rgb(217,145,20); }

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

background-color css

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

 a { background-color: rgb(217,145,20); }

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

border-color css

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

 span { border-color: rgb(217,145,20); }

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