Html Css Color HEX #D99719 Gamboge

📋 copy color: '#D99719'

red 217 ◦ green 151 ◦ blue 25

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

Shades of Gamboge #D99719

Tints of Gamboge #D99719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 55.22%
G = 38.42%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D99719 (or 0xD99719) is known color: Gamboge. HEX triplet: D9, 97 and 19. RGB value is (217,151,25). Sum of RGB (Red+Green+Blue) = 217+151+25=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99719 is #2668E6. Grayscale: #9C9C9C. Windows color (decimal): -2517223 or 1677273. OLE color: 1677273.

HSL color Cylindrical-coordinate representation of color #D99719: hue angle of 39.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D99719 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 25 -
CMYK 0 0.30 0.88 0.15
HSL 39.38º 0.79% 0.47% -
HSV(B) 39.38º 0.88% 0.85% -
XYZ 39.86 36.96 5.95 -
YUV 156.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 217 151 25 0 0.30 0.88 0.15 39.38 0.79 0.47
Hex D9 97 19 0 1E 58 F 27 4F 2F
Octal 331 227 31 0 36 130 17 47 117 57
Binary 11011001 10010111 11001 0 11110 1011000 1111 100111 1001111 101111

Color Harmonies of #D99719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99719

Black with #D99719

Text Example


Text Example

White with #D99719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99719; }

 p { color: rgb(217,151,25); }

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

background-color css

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

 a { background-color: rgb(217,151,25); }

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

border-color css

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

 span { border-color: rgb(217,151,25); }

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