Html Css Color HEX #D99210 Gamboge

📋 copy color: '#D99210'

red 217 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #D99210

Tints of Gamboge #D99210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 57.26%
G = 38.52%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D99210 (or 0xD99210) is known color: Gamboge. HEX triplet: D9, 92 and 10. RGB value is (217,146,16). Sum of RGB (Red+Green+Blue) = 217+146+16=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D99210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99210 is #266DEF. Grayscale: #999999. Windows color (decimal): -2518512 or 1086169. OLE color: 1086169.

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

Color convert

RGB 217 146 16 -
CMYK 0 0.33 0.93 0.15
HSL 38.81º 0.86% 0.46% -
HSV(B) 38.81º 0.93% 0.85% -
XYZ 38.99 35.35 5.26 -
YUV 152.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 217 146 16 0 0.33 0.93 0.15 38.81 0.86 0.46
Hex D9 92 10 0 21 5D F 27 56 2E
Octal 331 222 20 0 41 135 17 47 126 56
Binary 11011001 10010010 10000 0 100001 1011101 1111 100111 1010110 101110

Color Harmonies of #D99210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99210

Black with #D99210

Text Example


Text Example

White with #D99210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99210; }

 p { color: rgb(217,146,16); }

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

background-color css

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

 a { background-color: rgb(217,146,16); }

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

border-color css

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

 span { border-color: rgb(217,146,16); }

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