Html Css Color HEX #D7A72D Galliano

📋 copy color: '#D7A72D'

red 215 ◦ green 167 ◦ blue 45

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

Shades of Galliano #D7A72D

Tints of Galliano #D7A72D

RGB

 RED value IS 215 (84.38% from 255) = 50.35%

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

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

R = 50.35%
G = 39.11%
B = 10.54%

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

#D7A72D (or 0xD7A72D) is known color: Galliano. HEX triplet: D7, A7 and 2D. RGB value is (215,167,45). Sum of RGB (Red+Green+Blue) = 215+167+45=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A72D is #2858D2. Grayscale: #A7A7A7. Windows color (decimal): -2644179 or 2992087. OLE color: 2992087.

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

Color convert

RGB 215 167 45 -
CMYK 0 0.22 0.79 0.16
HSL 43.06º 0.68% 0.51% -
HSV(B) 43.06º 0.79% 0.84% -
XYZ 42.32 42.27 8.41 -
YUV 167.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 215 167 45 0 0.22 0.79 0.16 43.06 0.68 0.51
Hex D7 A7 2D 0 16 4F 10 2B 44 33
Octal 327 247 55 0 26 117 20 53 104 63
Binary 11010111 10100111 101101 0 10110 1001111 10000 101011 1000100 110011

Color Harmonies of #D7A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A72D

Black with #D7A72D

Text Example


Text Example

White with #D7A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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