Html Css Color HEX #D99105 Gamboge

📋 copy color: '#D99105'

red 217 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #D99105

Tints of Gamboge #D99105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 59.13%
G = 39.51%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D99105 (or 0xD99105) is known color: Gamboge. HEX triplet: D9, 91 and 05. RGB value is (217,145,5). Sum of RGB (Red+Green+Blue) = 217+145+5=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99105 is #266EFA. Grayscale: #979797. Windows color (decimal): -2518779 or 365017. OLE color: 365017.

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

Color convert

RGB 217 145 5 -
CMYK 0 0.33 0.98 0.15
HSL 39.62º 0.95% 0.44% -
HSV(B) 39.62º 0.98% 0.85% -
XYZ 38.77 35.01 4.86 -
YUV 150.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 217 145 5 0 0.33 0.98 0.15 39.62 0.95 0.44
Hex D9 91 5 0 21 62 F 28 5F 2C
Octal 331 221 5 0 41 142 17 50 137 54
Binary 11011001 10010001 101 0 100001 1100010 1111 101000 1011111 101100

Color Harmonies of #D99105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99105

Black with #D99105

Text Example


Text Example

White with #D99105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99105; }

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

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

background-color css

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

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

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

border-color css

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

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

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