Html Css Color HEX #D59A0E Gamboge

📋 copy color: '#D59A0E'

red 213 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #D59A0E

Tints of Gamboge #D59A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 55.91%
G = 40.42%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D59A0E (or 0xD59A0E) is known color: Gamboge. HEX triplet: D5, 9A and 0E. RGB value is (213,154,14). Sum of RGB (Red+Green+Blue) = 213+154+14=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A0E is #2A65F1. Grayscale: #9C9C9C. Windows color (decimal): -2778610 or 957141. OLE color: 957141.

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

Color convert

RGB 213 154 14 -
CMYK 0 0.28 0.93 0.16
HSL 42.21º 0.88% 0.45% -
HSV(B) 42.21º 0.93% 0.84% -
XYZ 39.08 37.29 5.55 -
YUV 155.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 213 154 14 0 0.28 0.93 0.16 42.21 0.88 0.45
Hex D5 9A E 0 1C 5D 10 2A 58 2D
Octal 325 232 16 0 34 135 20 52 130 55
Binary 11010101 10011010 1110 0 11100 1011101 10000 101010 1011000 101101

Color Harmonies of #D59A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A0E

Black with #D59A0E

Text Example


Text Example

White with #D59A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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