Html Css Color HEX #D59216 Gamboge

📋 copy color: '#D59216'

red 213 ◦ green 146 ◦ blue 22

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

Shades of Gamboge #D59216

Tints of Gamboge #D59216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 55.91%
G = 38.32%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59216 (or 0xD59216) is known color: Gamboge. HEX triplet: D5, 92 and 16. RGB value is (213,146,22). Sum of RGB (Red+Green+Blue) = 213+146+22=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D59216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59216 is #2A6DE9. Grayscale: #989898. Windows color (decimal): -2780650 or 1479381. OLE color: 1479381.

HSL color Cylindrical-coordinate representation of color #D59216: hue angle of 38.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59216 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 22 -
CMYK 0 0.31 0.90 0.16
HSL 38.95º 0.81% 0.46% -
HSV(B) 38.95º 0.9% 0.84% -
XYZ 37.86 34.76 5.47 -
YUV 151.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 213 146 22 0 0.31 0.90 0.16 38.95 0.81 0.46
Hex D5 92 16 0 1F 5A 10 27 51 2E
Octal 325 222 26 0 37 132 20 47 121 56
Binary 11010101 10010010 10110 0 11111 1011010 10000 100111 1010001 101110

Color Harmonies of #D59216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59216

Black with #D59216

Text Example


Text Example

White with #D59216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59216; }

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

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

background-color css

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

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

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

border-color css

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

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

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