Html Css Color HEX #D59612 Gamboge

📋 copy color: '#D59612'

red 213 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #D59612

Tints of Gamboge #D59612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 55.91%
G = 39.37%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59612 (or 0xD59612) is known color: Gamboge. HEX triplet: D5, 96 and 12. RGB value is (213,150,18). Sum of RGB (Red+Green+Blue) = 213+150+18=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D59612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59612 is #2A69ED. Grayscale: #9A9A9A. Windows color (decimal): -2779630 or 1218261. OLE color: 1218261.

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

Color convert

RGB 213 150 18 -
CMYK 0 0.30 0.92 0.16
HSL 40.62º 0.84% 0.45% -
HSV(B) 40.62º 0.92% 0.84% -
XYZ 38.46 36 5.49 -
YUV 153.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 213 150 18 0 0.30 0.92 0.16 40.62 0.84 0.45
Hex D5 96 12 0 1E 5C 10 29 54 2D
Octal 325 226 22 0 36 134 20 51 124 55
Binary 11010101 10010110 10010 0 11110 1011100 10000 101001 1010100 101101

Color Harmonies of #D59612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59612

Black with #D59612

Text Example


Text Example

White with #D59612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59612; }

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

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

background-color css

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

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

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

border-color css

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

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

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