Html Css Color HEX #D6A32F Galliano

📋 copy color: '#D6A32F'

red 214 ◦ green 163 ◦ blue 47

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

Shades of Galliano #D6A32F

Tints of Galliano #D6A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 50.47%
G = 38.44%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6A32F (or 0xD6A32F) is known color: Galliano. HEX triplet: D6, A3 and 2F. RGB value is (214,163,47). Sum of RGB (Red+Green+Blue) = 214+163+47=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A32F is #295CD0. Grayscale: #A5A5A5. Windows color (decimal): -2710737 or 3122134. OLE color: 3122134.

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

Color convert

RGB 214 163 47 -
CMYK 0 0.24 0.78 0.16
HSL 41.68º 0.67% 0.51% -
HSV(B) 41.68º 0.78% 0.84% -
XYZ 41.34 40.7 8.37 -
YUV 165.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 214 163 47 0 0.24 0.78 0.16 41.68 0.67 0.51
Hex D6 A3 2F 0 18 4E 10 2A 43 33
Octal 326 243 57 0 30 116 20 52 103 63
Binary 11010110 10100011 101111 0 11000 1001110 10000 101010 1000011 110011

Color Harmonies of #D6A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A32F

Black with #D6A32F

Text Example


Text Example

White with #D6A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A32F; }

 p { color: rgb(214,163,47); }

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

background-color css

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

 a { background-color: rgb(214,163,47); }

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

border-color css

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

 span { border-color: rgb(214,163,47); }

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