Html Css Color HEX #D7AE28 Galliano

📋 copy color: '#D7AE28'

red 215 ◦ green 174 ◦ blue 40

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

Shades of Galliano #D7AE28

Tints of Galliano #D7AE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 50.12%
G = 40.56%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D7AE28 (or 0xD7AE28) is known color: Galliano. HEX triplet: D7, AE and 28. RGB value is (215,174,40). Sum of RGB (Red+Green+Blue) = 215+174+40=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AE28 is #2851D7. Grayscale: #ABABAB. Windows color (decimal): -2642392 or 2666199. OLE color: 2666199.

HSL color Cylindrical-coordinate representation of color #D7AE28: hue angle of 45.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7AE28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 174 40 -
CMYK 0 0.19 0.81 0.16
HSL 45.94º 0.69% 0.5% -
HSV(B) 45.94º 0.81% 0.84% -
XYZ 43.54 44.87 8.37 -
YUV 170.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 215 174 40 0 0.19 0.81 0.16 45.94 0.69 0.5
Hex D7 AE 28 0 13 51 10 2E 45 32
Octal 327 256 50 0 23 121 20 56 105 62
Binary 11010111 10101110 101000 0 10011 1010001 10000 101110 1000101 110010

Color Harmonies of #D7AE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE28

Black with #D7AE28

Text Example


Text Example

White with #D7AE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE28; }

 p { color: rgb(215,174,40); }

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

background-color css

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

 a { background-color: rgb(215,174,40); }

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

border-color css

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

 span { border-color: rgb(215,174,40); }

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