Html Css Color HEX #D59914 Gamboge

📋 copy color: '#D59914'

red 213 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #D59914

Tints of Gamboge #D59914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 55.18%
G = 39.64%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59914 (or 0xD59914) is known color: Gamboge. HEX triplet: D5, 99 and 14. RGB value is (213,153,20). Sum of RGB (Red+Green+Blue) = 213+153+20=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D59914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59914 is #2A66EB. Grayscale: #9C9C9C. Windows color (decimal): -2778860 or 1350101. OLE color: 1350101.

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

Color convert

RGB 213 153 20 -
CMYK 0 0.28 0.91 0.16
HSL 41.35º 0.83% 0.46% -
HSV(B) 41.35º 0.91% 0.84% -
XYZ 38.96 36.98 5.75 -
YUV 155.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 213 153 20 0 0.28 0.91 0.16 41.35 0.83 0.46
Hex D5 99 14 0 1C 5B 10 29 53 2E
Octal 325 231 24 0 34 133 20 51 123 56
Binary 11010101 10011001 10100 0 11100 1011011 10000 101001 1010011 101110

Color Harmonies of #D59914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59914

Black with #D59914

Text Example


Text Example

White with #D59914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59914; }

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

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

background-color css

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

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

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

border-color css

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

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

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