Html Css Color HEX #D59416 Gamboge

📋 copy color: '#D59416'

red 213 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #D59416

Tints of Gamboge #D59416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 55.61%
G = 38.64%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59416 (or 0xD59416) is known color: Gamboge. HEX triplet: D5, 94 and 16. RGB value is (213,148,22). Sum of RGB (Red+Green+Blue) = 213+148+22=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59416 is #2A6BE9. Grayscale: #999999. Windows color (decimal): -2780138 or 1479893. OLE color: 1479893.

HSL color Cylindrical-coordinate representation of color #D59416: hue angle of 39.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59416 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 22 -
CMYK 0 0.31 0.90 0.16
HSL 39.58º 0.81% 0.46% -
HSV(B) 39.58º 0.9% 0.84% -
XYZ 38.18 35.38 5.58 -
YUV 153.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 213 148 22 0 0.31 0.90 0.16 39.58 0.81 0.46
Hex D5 94 16 0 1F 5A 10 28 51 2E
Octal 325 224 26 0 37 132 20 50 121 56
Binary 11010101 10010100 10110 0 11111 1011010 10000 101000 1010001 101110

Color Harmonies of #D59416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59416

Black with #D59416

Text Example


Text Example

White with #D59416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59416; }

 p { color: rgb(213,148,22); }

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

background-color css

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

 a { background-color: rgb(213,148,22); }

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

border-color css

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

 span { border-color: rgb(213,148,22); }

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