Html Css Color HEX #D59514 Gamboge

📋 copy color: '#D59514'

red 213 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #D59514

Tints of Gamboge #D59514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 55.76%
G = 39.01%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59514 (or 0xD59514) is known color: Gamboge. HEX triplet: D5, 95 and 14. RGB value is (213,149,20). Sum of RGB (Red+Green+Blue) = 213+149+20=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D59514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59514 is #2A6AEB. Grayscale: #9A9A9A. Windows color (decimal): -2779884 or 1349077. OLE color: 1349077.

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

Color convert

RGB 213 149 20 -
CMYK 0 0.30 0.91 0.16
HSL 40.1º 0.83% 0.46% -
HSV(B) 40.1º 0.91% 0.84% -
XYZ 38.31 35.69 5.53 -
YUV 153.43 52.7 170.49 -
System Red Green Blue C M Y K H S L
Decimal 213 149 20 0 0.30 0.91 0.16 40.1 0.83 0.46
Hex D5 95 14 0 1E 5B 10 28 53 2E
Octal 325 225 24 0 36 133 20 50 123 56
Binary 11010101 10010101 10100 0 11110 1011011 10000 101000 1010011 101110

Color Harmonies of #D59514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59514

Black with #D59514

Text Example


Text Example

White with #D59514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59514; }

 p { color: rgb(213,149,20); }

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

background-color css

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

 a { background-color: rgb(213,149,20); }

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

border-color css

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

 span { border-color: rgb(213,149,20); }

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