Html Css Color HEX #D59100 Gamboge

📋 copy color: '#D59100'

red 213 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D59100

Tints of Gamboge #D59100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.5%
G = 40.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D59100 (or 0xD59100) is known color: Gamboge. HEX triplet: D5, 91 and 00. RGB value is (213,145,0). Sum of RGB (Red+Green+Blue) = 213+145+0=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D59100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59100 is #2A6EFF. Grayscale: #959595. Windows color (decimal): -2780928 or 37333. OLE color: 37333.

HSL color Cylindrical-coordinate representation of color #D59100: hue angle of 40.85º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D59100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 0 -
CMYK 0 0.32 1 0.16
HSL 40.85º 1% 0.42% -
HSV(B) 40.85º 1% 0.84% -
XYZ 37.57 34.4 4.66 -
YUV 148.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 213 145 0 0 0.32 1 0.16 40.85 1 0.42
Hex D5 91 0 0 20 64 10 29 64 2A
Octal 325 221 0 0 40 144 20 51 144 52
Binary 11010101 10010001 0 0 100000 1100100 10000 101001 1100100 101010

Color Harmonies of #D59100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59100

Black with #D59100

Text Example


Text Example

White with #D59100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59100; }

 p { color: rgb(213,145,0); }

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

background-color css

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

 a { background-color: rgb(213,145,0); }

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

border-color css

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

 span { border-color: rgb(213,145,0); }

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