Html Css Color HEX #D99C19 Gamboge

📋 copy color: '#D99C19'

red 217 ◦ green 156 ◦ blue 25

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

Shades of Gamboge #D99C19

Tints of Gamboge #D99C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

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

R = 54.52%
G = 39.2%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D99C19 (or 0xD99C19) is known color: Gamboge. HEX triplet: D9, 9C and 19. RGB value is (217,156,25). Sum of RGB (Red+Green+Blue) = 217+156+25=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99C19 is #2663E6. Grayscale: #9F9F9F. Windows color (decimal): -2515943 or 1678553. OLE color: 1678553.

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

Color convert

RGB 217 156 25 -
CMYK 0 0.28 0.88 0.15
HSL 40.94º 0.79% 0.47% -
HSV(B) 40.94º 0.88% 0.85% -
XYZ 40.68 38.6 6.23 -
YUV 159.31 52.21 169.15 -
System Red Green Blue C M Y K H S L
Decimal 217 156 25 0 0.28 0.88 0.15 40.94 0.79 0.47
Hex D9 9C 19 0 1C 58 F 29 4F 2F
Octal 331 234 31 0 34 130 17 51 117 57
Binary 11011001 10011100 11001 0 11100 1011000 1111 101001 1001111 101111

Color Harmonies of #D99C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C19

Black with #D99C19

Text Example


Text Example

White with #D99C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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