Html Css Color HEX #D59210 Gamboge

📋 copy color: '#D59210'

red 213 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #D59210

Tints of Gamboge #D59210

RGB

 RED value IS 213 (83.59% from 255) = 56.8%

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

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

R = 56.8%
G = 38.93%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59210 (or 0xD59210) is known color: Gamboge. HEX triplet: D5, 92 and 10. RGB value is (213,146,16). Sum of RGB (Red+Green+Blue) = 213+146+16=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D59210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59210 is #2A6DEF. Grayscale: #979797. Windows color (decimal): -2780656 or 1086165. OLE color: 1086165.

HSL color Cylindrical-coordinate representation of color #D59210: hue angle of 39.59º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D59210 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 16 -
CMYK 0 0.31 0.92 0.16
HSL 39.59º 0.86% 0.45% -
HSV(B) 39.59º 0.92% 0.84% -
XYZ 37.81 34.74 5.2 -
YUV 151.21 51.7 172.07 -
System Red Green Blue C M Y K H S L
Decimal 213 146 16 0 0.31 0.92 0.16 39.59 0.86 0.45
Hex D5 92 10 0 1F 5C 10 28 56 2D
Octal 325 222 20 0 37 134 20 50 126 55
Binary 11010101 10010010 10000 0 11111 1011100 10000 101000 1010110 101101

Color Harmonies of #D59210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59210

Black with #D59210

Text Example


Text Example

White with #D59210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59210; }

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

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

background-color css

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

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

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

border-color css

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

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

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