Html Css Color HEX #D59A0C Gamboge

📋 copy color: '#D59A0C'

red 213 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #D59A0C

Tints of Gamboge #D59A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 56.2%
G = 40.63%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D59A0C (or 0xD59A0C) is known color: Gamboge. HEX triplet: D5, 9A and 0C. RGB value is (213,154,12). Sum of RGB (Red+Green+Blue) = 213+154+12=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A0C is #2A65F3. Grayscale: #9C9C9C. Windows color (decimal): -2778612 or 826069. OLE color: 826069.

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

Color convert

RGB 213 154 12 -
CMYK 0 0.28 0.94 0.16
HSL 42.39º 0.89% 0.44% -
HSV(B) 42.39º 0.94% 0.84% -
XYZ 39.06 37.28 5.49 -
YUV 155.45 47.05 169.05 -
System Red Green Blue C M Y K H S L
Decimal 213 154 12 0 0.28 0.94 0.16 42.39 0.89 0.44
Hex D5 9A C 0 1C 5E 10 2A 59 2C
Octal 325 232 14 0 34 136 20 52 131 54
Binary 11010101 10011010 1100 0 11100 1011110 10000 101010 1011001 101100

Color Harmonies of #D59A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A0C

Black with #D59A0C

Text Example


Text Example

White with #D59A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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