Html Css Color HEX #D6AF27 Galliano

📋 copy color: '#D6AF27'

red 214 ◦ green 175 ◦ blue 39

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

Shades of Galliano #D6AF27

Tints of Galliano #D6AF27

RGB

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

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

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

R = 50%
G = 40.89%
B = 9.11%

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

#D6AF27 (or 0xD6AF27) is known color: Galliano. HEX triplet: D6, AF and 27. RGB value is (214,175,39). Sum of RGB (Red+Green+Blue) = 214+175+39=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF27 is #2950D8. Grayscale: #ABABAB. Windows color (decimal): -2707673 or 2600918. OLE color: 2600918.

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

Color convert

RGB 214 175 39 -
CMYK 0 0.18 0.82 0.16
HSL 46.63º 0.69% 0.5% -
HSV(B) 46.63º 0.82% 0.84% -
XYZ 43.43 45.1 8.34 -
YUV 171.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 214 175 39 0 0.18 0.82 0.16 46.63 0.69 0.5
Hex D6 AF 27 0 12 52 10 2F 45 32
Octal 326 257 47 0 22 122 20 57 105 62
Binary 11010110 10101111 100111 0 10010 1010010 10000 101111 1000101 110010

Color Harmonies of #D6AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF27

Black with #D6AF27

Text Example


Text Example

White with #D6AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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