Html Css Color HEX #D99713 Gamboge

📋 copy color: '#D99713'

red 217 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #D99713

Tints of Gamboge #D99713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 56.07%
G = 39.02%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99713 (or 0xD99713) is known color: Gamboge. HEX triplet: D9, 97 and 13. RGB value is (217,151,19). Sum of RGB (Red+Green+Blue) = 217+151+19=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D99713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99713 is #2668EC. Grayscale: #9C9C9C. Windows color (decimal): -2517229 or 1284057. OLE color: 1284057.

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

Color convert

RGB 217 151 19 -
CMYK 0 0.30 0.91 0.15
HSL 40º 0.84% 0.46% -
HSV(B) 40º 0.91% 0.85% -
XYZ 39.8 36.93 5.65 -
YUV 155.69 50.87 171.73 -
System Red Green Blue C M Y K H S L
Decimal 217 151 19 0 0.30 0.91 0.15 40 0.84 0.46
Hex D9 97 13 0 1E 5B F 28 54 2E
Octal 331 227 23 0 36 133 17 50 124 56
Binary 11011001 10010111 10011 0 11110 1011011 1111 101000 1010100 101110

Color Harmonies of #D99713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99713

Black with #D99713

Text Example


Text Example

White with #D99713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99713; }

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

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

background-color css

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

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

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

border-color css

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

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

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