Html Css Color HEX #D5AF27 Galliano

📋 copy color: '#D5AF27'

red 213 ◦ green 175 ◦ blue 39

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

Shades of Galliano #D5AF27

Tints of Galliano #D5AF27

RGB

 RED value IS 213 (83.59% from 255) = 49.88%

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 39 (15.63% from 255) = 9.13%

R = 49.88%
G = 40.98%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5AF27 (or 0xD5AF27) is known color: Galliano. HEX triplet: D5, AF and 27. RGB value is (213,175,39). Sum of RGB (Red+Green+Blue) = 213+175+39=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF27 is #2A50D8. Grayscale: #ABABAB. Windows color (decimal): -2773209 or 2600917. OLE color: 2600917.

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

Color convert

RGB 213 175 39 -
CMYK 0 0.18 0.82 0.16
HSL 46.9º 0.69% 0.49% -
HSV(B) 46.9º 0.82% 0.84% -
XYZ 43.14 44.95 8.32 -
YUV 170.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 213 175 39 0 0.18 0.82 0.16 46.9 0.69 0.49
Hex D5 AF 27 0 12 52 10 2F 45 31
Octal 325 257 47 0 22 122 20 57 105 61
Binary 11010101 10101111 100111 0 10010 1010010 10000 101111 1000101 110001

Color Harmonies of #D5AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF27

Black with #D5AF27

Text Example


Text Example

White with #D5AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF27; }

 p { color: rgb(213,175,39); }

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

background-color css

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

 a { background-color: rgb(213,175,39); }

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

border-color css

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

 span { border-color: rgb(213,175,39); }

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