Html Css Color HEX #D59014 Gamboge

📋 copy color: '#D59014'

red 213 ◦ green 144 ◦ blue 20

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

Shades of Gamboge #D59014

Tints of Gamboge #D59014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 56.5%
G = 38.2%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D59014 (or 0xD59014) is known color: Gamboge. HEX triplet: D5, 90 and 14. RGB value is (213,144,20). Sum of RGB (Red+Green+Blue) = 213+144+20=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D59014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59014 is #2A6FEB. Grayscale: #979797. Windows color (decimal): -2781164 or 1347797. OLE color: 1347797.

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

Color convert

RGB 213 144 20 -
CMYK 0 0.32 0.91 0.16
HSL 38.55º 0.83% 0.46% -
HSV(B) 38.55º 0.91% 0.84% -
XYZ 37.54 34.14 5.27 -
YUV 150.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 213 144 20 0 0.32 0.91 0.16 38.55 0.83 0.46
Hex D5 90 14 0 20 5B 10 27 53 2E
Octal 325 220 24 0 40 133 20 47 123 56
Binary 11010101 10010000 10100 0 100000 1011011 10000 100111 1010011 101110

Color Harmonies of #D59014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59014

Black with #D59014

Text Example


Text Example

White with #D59014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59014; }

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

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

background-color css

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

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

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

border-color css

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

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

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