Html Css Color HEX #D6AF1D Galliano

📋 copy color: '#D6AF1D'

red 214 ◦ green 175 ◦ blue 29

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

Shades of Galliano #D6AF1D

Tints of Galliano #D6AF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.94%

R = 51.2%
G = 41.87%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6AF1D (or 0xD6AF1D) is known color: Galliano. HEX triplet: D6, AF and 1D. RGB value is (214,175,29). Sum of RGB (Red+Green+Blue) = 214+175+29=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF1D is #2950E2. Grayscale: #AAAAAA. Windows color (decimal): -2707683 or 1945558. OLE color: 1945558.

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

Color convert

RGB 214 175 29 -
CMYK 0 0.18 0.86 0.16
HSL 47.35º 0.76% 0.48% -
HSV(B) 47.35º 0.86% 0.84% -
XYZ 43.28 45.04 7.58 -
YUV 170.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 214 175 29 0 0.18 0.86 0.16 47.35 0.76 0.48
Hex D6 AF 1D 0 12 56 10 2F 4C 30
Octal 326 257 35 0 22 126 20 57 114 60
Binary 11010110 10101111 11101 0 10010 1010110 10000 101111 1001100 110000

Color Harmonies of #D6AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF1D

Black with #D6AF1D

Text Example


Text Example

White with #D6AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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