Html Css Color HEX #D99615 Gamboge

📋 copy color: '#D99615'

red 217 ◦ green 150 ◦ blue 21

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

Shades of Gamboge #D99615

Tints of Gamboge #D99615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 55.93%
G = 38.66%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99615 (or 0xD99615) is known color: Gamboge. HEX triplet: D9, 96 and 15. RGB value is (217,150,21). Sum of RGB (Red+Green+Blue) = 217+150+21=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D99615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99615 is #2669EA. Grayscale: #9B9B9B. Windows color (decimal): -2517483 or 1414873. OLE color: 1414873.

HSL color Cylindrical-coordinate representation of color #D99615: hue angle of 39.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99615 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 21 -
CMYK 0 0.31 0.90 0.15
HSL 39.49º 0.82% 0.47% -
HSV(B) 39.49º 0.9% 0.85% -
XYZ 39.66 36.62 5.69 -
YUV 155.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 217 150 21 0 0.31 0.90 0.15 39.49 0.82 0.47
Hex D9 96 15 0 1F 5A F 27 52 2F
Octal 331 226 25 0 37 132 17 47 122 57
Binary 11011001 10010110 10101 0 11111 1011010 1111 100111 1010010 101111

Color Harmonies of #D99615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99615

Black with #D99615

Text Example


Text Example

White with #D99615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99615; }

 p { color: rgb(217,150,21); }

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

background-color css

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

 a { background-color: rgb(217,150,21); }

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

border-color css

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

 span { border-color: rgb(217,150,21); }

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