Html Css Color HEX #D59C0C Gamboge

📋 copy color: '#D59C0C'

red 213 ◦ green 156 ◦ blue 12

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

Shades of Gamboge #D59C0C

Tints of Gamboge #D59C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 55.91%
G = 40.94%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D59C0C (or 0xD59C0C) is known color: Gamboge. HEX triplet: D5, 9C and 0C. RGB value is (213,156,12). Sum of RGB (Red+Green+Blue) = 213+156+12=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C0C is #2A63F3. Grayscale: #9D9D9D. Windows color (decimal): -2778100 or 826581. OLE color: 826581.

HSL color Cylindrical-coordinate representation of color #D59C0C: hue angle of 42.99º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D59C0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 12 -
CMYK 0 0.27 0.94 0.16
HSL 42.99º 0.89% 0.44% -
HSV(B) 42.99º 0.94% 0.84% -
XYZ 39.4 37.95 5.6 -
YUV 156.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 213 156 12 0 0.27 0.94 0.16 42.99 0.89 0.44
Hex D5 9C C 0 1B 5E 10 2B 59 2C
Octal 325 234 14 0 33 136 20 53 131 54
Binary 11010101 10011100 1100 0 11011 1011110 10000 101011 1011001 101100

Color Harmonies of #D59C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C0C

Black with #D59C0C

Text Example


Text Example

White with #D59C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C0C; }

 p { color: rgb(213,156,12); }

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

background-color css

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

 a { background-color: rgb(213,156,12); }

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

border-color css

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

 span { border-color: rgb(213,156,12); }

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