Html Css Color HEX #D6A12D Galliano

📋 copy color: '#D6A12D'

red 214 ◦ green 161 ◦ blue 45

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

Shades of Galliano #D6A12D

Tints of Galliano #D6A12D

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 50.95%
G = 38.33%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6A12D (or 0xD6A12D) is known color: Galliano. HEX triplet: D6, A1 and 2D. RGB value is (214,161,45). Sum of RGB (Red+Green+Blue) = 214+161+45=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A12D is #295ED2. Grayscale: #A4A4A4. Windows color (decimal): -2711251 or 2990550. OLE color: 2990550.

HSL color Cylindrical-coordinate representation of color #D6A12D: hue angle of 41.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6A12D is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 45 -
CMYK 0 0.25 0.79 0.16
HSL 41.18º 0.67% 0.51% -
HSV(B) 41.18º 0.79% 0.84% -
XYZ 40.95 39.98 8.04 -
YUV 163.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 214 161 45 0 0.25 0.79 0.16 41.18 0.67 0.51
Hex D6 A1 2D 0 19 4F 10 29 43 33
Octal 326 241 55 0 31 117 20 51 103 63
Binary 11010110 10100001 101101 0 11001 1001111 10000 101001 1000011 110011

Color Harmonies of #D6A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A12D

Black with #D6A12D

Text Example


Text Example

White with #D6A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A12D; }

 p { color: rgb(214,161,45); }

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

background-color css

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

 a { background-color: rgb(214,161,45); }

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

border-color css

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

 span { border-color: rgb(214,161,45); }

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