Html Css Color HEX #D39C1C Galliano

📋 copy color: '#D39C1C'

red 211 ◦ green 156 ◦ blue 28

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

Shades of Galliano #D39C1C

Tints of Galliano #D39C1C

RGB

 RED value IS 211 (82.81% from 255) = 53.42%

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 53.42%
G = 39.49%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D39C1C (or 0xD39C1C) is known color: Galliano. HEX triplet: D3, 9C and 1C. RGB value is (211,156,28). Sum of RGB (Red+Green+Blue) = 211+156+28=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39C1C is #2C63E3. Grayscale: #9E9E9E. Windows color (decimal): -2909156 or 1875155. OLE color: 1875155.

HSL color Cylindrical-coordinate representation of color #D39C1C: hue angle of 41.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D39C1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 28 -
CMYK 0 0.26 0.87 0.17
HSL 41.97º 0.77% 0.47% -
HSV(B) 41.97º 0.87% 0.83% -
XYZ 38.96 37.71 6.32 -
YUV 157.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 211 156 28 0 0.26 0.87 0.17 41.97 0.77 0.47
Hex D3 9C 1C 0 1A 57 11 2A 4D 2F
Octal 323 234 34 0 32 127 21 52 115 57
Binary 11010011 10011100 11100 0 11010 1010111 10001 101010 1001101 101111

Color Harmonies of #D39C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C1C

Black with #D39C1C

Text Example


Text Example

White with #D39C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C1C; }

 p { color: rgb(211,156,28); }

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

background-color css

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

 a { background-color: rgb(211,156,28); }

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

border-color css

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

 span { border-color: rgb(211,156,28); }

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