Html Css Color HEX #D7A12B Galliano

📋 copy color: '#D7A12B'

red 215 ◦ green 161 ◦ blue 43

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

Shades of Galliano #D7A12B

Tints of Galliano #D7A12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 51.31%
G = 38.42%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7A12B (or 0xD7A12B) is known color: Galliano. HEX triplet: D7, A1 and 2B. RGB value is (215,161,43). Sum of RGB (Red+Green+Blue) = 215+161+43=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A12B is #285ED4. Grayscale: #A4A4A4. Windows color (decimal): -2645717 or 2859479. OLE color: 2859479.

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

Color convert

RGB 215 161 43 -
CMYK 0 0.25 0.8 0.16
HSL 41.16º 0.68% 0.51% -
HSV(B) 41.16º 0.8% 0.84% -
XYZ 41.21 40.11 7.86 -
YUV 163.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 215 161 43 0 0.25 0.8 0.16 41.16 0.68 0.51
Hex D7 A1 2B 0 19 50 10 29 44 33
Octal 327 241 53 0 31 120 20 51 104 63
Binary 11010111 10100001 101011 0 11001 1010000 10000 101001 1000100 110011

Color Harmonies of #D7A12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A12B

Black with #D7A12B

Text Example


Text Example

White with #D7A12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A12B; }

 p { color: rgb(215,161,43); }

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

background-color css

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

 a { background-color: rgb(215,161,43); }

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

border-color css

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

 span { border-color: rgb(215,161,43); }

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