Html Css Color HEX #D99619 Gamboge

📋 copy color: '#D99619'

red 217 ◦ green 150 ◦ blue 25

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

Shades of Gamboge #D99619

Tints of Gamboge #D99619

RGB

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

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

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

R = 55.36%
G = 38.27%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D99619 (or 0xD99619) is known color: Gamboge. HEX triplet: D9, 96 and 19. RGB value is (217,150,25). Sum of RGB (Red+Green+Blue) = 217+150+25=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D99619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99619 is #2669E6. Grayscale: #9C9C9C. Windows color (decimal): -2517479 or 1677017. OLE color: 1677017.

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

Color convert

RGB 217 150 25 -
CMYK 0 0.31 0.88 0.15
HSL 39.06º 0.79% 0.47% -
HSV(B) 39.06º 0.88% 0.85% -
XYZ 39.7 36.63 5.9 -
YUV 155.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 217 150 25 0 0.31 0.88 0.15 39.06 0.79 0.47
Hex D9 96 19 0 1F 58 F 27 4F 2F
Octal 331 226 31 0 37 130 17 47 117 57
Binary 11011001 10010110 11001 0 11111 1011000 1111 100111 1001111 101111

Color Harmonies of #D99619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99619

Black with #D99619

Text Example


Text Example

White with #D99619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99619; }

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

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

background-color css

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

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

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

border-color css

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

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

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