Html Css Color HEX #D99515 Gamboge

📋 copy color: '#D99515'

red 217 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #D99515

Tints of Gamboge #D99515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 56.07%
G = 38.5%
B = 5.43%

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

#D99515 (or 0xD99515) is known color: Gamboge. HEX triplet: D9, 95 and 15. RGB value is (217,149,21). Sum of RGB (Red+Green+Blue) = 217+149+21=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99515 is #266AEA. Grayscale: #9B9B9B. Windows color (decimal): -2517739 or 1414617. OLE color: 1414617.

HSL color Cylindrical-coordinate representation of color #D99515: hue angle of 39.18º 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 #D99515 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 21 -
CMYK 0 0.31 0.90 0.15
HSL 39.18º 0.82% 0.47% -
HSV(B) 39.18º 0.9% 0.85% -
XYZ 39.5 36.3 5.63 -
YUV 154.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 217 149 21 0 0.31 0.90 0.15 39.18 0.82 0.47
Hex D9 95 15 0 1F 5A F 27 52 2F
Octal 331 225 25 0 37 132 17 47 122 57
Binary 11011001 10010101 10101 0 11111 1011010 1111 100111 1010010 101111

Color Harmonies of #D99515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99515

Black with #D99515

Text Example


Text Example

White with #D99515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99515; }

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

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

background-color css

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

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

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

border-color css

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

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

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