Html Css Color HEX #D99415 Gamboge

📋 copy color: '#D99415'

red 217 ◦ green 148 ◦ blue 21

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

Shades of Gamboge #D99415

Tints of Gamboge #D99415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 56.22%
G = 38.34%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D99415 (or 0xD99415) is known color: Gamboge. HEX triplet: D9, 94 and 15. RGB value is (217,148,21). Sum of RGB (Red+Green+Blue) = 217+148+21=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D99415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99415 is #266BEA. Grayscale: #9A9A9A. Windows color (decimal): -2517995 or 1414361. OLE color: 1414361.

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

Color convert

RGB 217 148 21 -
CMYK 0 0.32 0.90 0.15
HSL 38.88º 0.82% 0.47% -
HSV(B) 38.88º 0.9% 0.85% -
XYZ 39.34 35.99 5.58 -
YUV 154.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 217 148 21 0 0.32 0.90 0.15 38.88 0.82 0.47
Hex D9 94 15 0 20 5A F 27 52 2F
Octal 331 224 25 0 40 132 17 47 122 57
Binary 11011001 10010100 10101 0 100000 1011010 1111 100111 1010010 101111

Color Harmonies of #D99415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99415

Black with #D99415

Text Example


Text Example

White with #D99415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99415; }

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

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

background-color css

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

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

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

border-color css

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

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

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