Html Css Color HEX #D59614 Gamboge

📋 copy color: '#D59614'

red 213 ◦ green 150 ◦ blue 20

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

Shades of Gamboge #D59614

Tints of Gamboge #D59614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 55.61%
G = 39.16%
B = 5.22%

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

#D59614 (or 0xD59614) is known color: Gamboge. HEX triplet: D5, 96 and 14. RGB value is (213,150,20). Sum of RGB (Red+Green+Blue) = 213+150+20=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59614 is #2A69EB. Grayscale: #9A9A9A. Windows color (decimal): -2779628 or 1349333. OLE color: 1349333.

HSL color Cylindrical-coordinate representation of color #D59614: hue angle of 40.41º 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 #D59614 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 20 -
CMYK 0 0.30 0.91 0.16
HSL 40.41º 0.83% 0.46% -
HSV(B) 40.41º 0.91% 0.84% -
XYZ 38.47 36.01 5.58 -
YUV 154.02 52.37 170.07 -
System Red Green Blue C M Y K H S L
Decimal 213 150 20 0 0.30 0.91 0.16 40.41 0.83 0.46
Hex D5 96 14 0 1E 5B 10 28 53 2E
Octal 325 226 24 0 36 133 20 50 123 56
Binary 11010101 10010110 10100 0 11110 1011011 10000 101000 1010011 101110

Color Harmonies of #D59614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59614

Black with #D59614

Text Example


Text Example

White with #D59614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59614; }

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

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

background-color css

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

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

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

border-color css

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

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

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