Html Css Color HEX #D0A32F Galliano

📋 copy color: '#D0A32F'

red 208 ◦ green 163 ◦ blue 47

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

Shades of Galliano #D0A32F

Tints of Galliano #D0A32F

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

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

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

R = 49.76%
G = 39%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0A32F (or 0xD0A32F) is known color: Galliano. HEX triplet: D0, A3 and 2F. RGB value is (208,163,47). Sum of RGB (Red+Green+Blue) = 208+163+47=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A32F is #2F5CD0. Grayscale: #A3A3A3. Windows color (decimal): -3103953 or 3122128. OLE color: 3122128.

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

Color convert

RGB 208 163 47 -
CMYK 0 0.22 0.77 0.18
HSL 43.23º 0.63% 0.5% -
HSV(B) 43.23º 0.77% 0.82% -
XYZ 39.62 39.81 8.28 -
YUV 163.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 208 163 47 0 0.22 0.77 0.18 43.23 0.63 0.5
Hex D0 A3 2F 0 16 4D 12 2B 3F 32
Octal 320 243 57 0 26 115 22 53 77 62
Binary 11010000 10100011 101111 0 10110 1001101 10010 101011 111111 110010

Color Harmonies of #D0A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A32F

Black with #D0A32F

Text Example


Text Example

White with #D0A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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