Html Css Color HEX #D59912 Gamboge

📋 copy color: '#D59912'

red 213 ◦ green 153 ◦ blue 18

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

Shades of Gamboge #D59912

Tints of Gamboge #D59912

RGB

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

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

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

R = 55.47%
G = 39.84%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D59912 (or 0xD59912) is known color: Gamboge. HEX triplet: D5, 99 and 12. RGB value is (213,153,18). Sum of RGB (Red+Green+Blue) = 213+153+18=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D59912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59912 is #2A66ED. Grayscale: #9C9C9C. Windows color (decimal): -2778862 or 1219029. OLE color: 1219029.

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

Color convert

RGB 213 153 18 -
CMYK 0 0.28 0.92 0.16
HSL 41.54º 0.84% 0.45% -
HSV(B) 41.54º 0.92% 0.84% -
XYZ 38.94 36.97 5.66 -
YUV 155.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 213 153 18 0 0.28 0.92 0.16 41.54 0.84 0.45
Hex D5 99 12 0 1C 5C 10 2A 54 2D
Octal 325 231 22 0 34 134 20 52 124 55
Binary 11010101 10011001 10010 0 11100 1011100 10000 101010 1010100 101101

Color Harmonies of #D59912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59912

Black with #D59912

Text Example


Text Example

White with #D59912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59912; }

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

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

background-color css

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

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

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

border-color css

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

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

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