Html Css Color HEX #D6A72D Galliano

📋 copy color: '#D6A72D'

red 214 ◦ green 167 ◦ blue 45

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

Shades of Galliano #D6A72D

Tints of Galliano #D6A72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

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

R = 50.23%
G = 39.2%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6A72D (or 0xD6A72D) is known color: Galliano. HEX triplet: D6, A7 and 2D. RGB value is (214,167,45). Sum of RGB (Red+Green+Blue) = 214+167+45=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A72D is #2958D2. Grayscale: #A7A7A7. Windows color (decimal): -2709715 or 2992086. OLE color: 2992086.

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

Color convert

RGB 214 167 45 -
CMYK 0 0.22 0.79 0.16
HSL 43.31º 0.67% 0.51% -
HSV(B) 43.31º 0.79% 0.84% -
XYZ 42.02 42.12 8.4 -
YUV 167.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 214 167 45 0 0.22 0.79 0.16 43.31 0.67 0.51
Hex D6 A7 2D 0 16 4F 10 2B 43 33
Octal 326 247 55 0 26 117 20 53 103 63
Binary 11010110 10100111 101101 0 10110 1001111 10000 101011 1000011 110011

Color Harmonies of #D6A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A72D

Black with #D6A72D

Text Example


Text Example

White with #D6A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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