Html Css Color HEX #D0A227 Galliano

📋 copy color: '#D0A227'

red 208 ◦ green 162 ◦ blue 39

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

Shades of Galliano #D0A227

Tints of Galliano #D0A227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 50.86%
G = 39.61%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0A227 (or 0xD0A227) is known color: Galliano. HEX triplet: D0, A2 and 27. RGB value is (208,162,39). Sum of RGB (Red+Green+Blue) = 208+162+39=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A227 is #2F5DD8. Grayscale: #A2A2A2. Windows color (decimal): -3104217 or 2597584. OLE color: 2597584.

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

Color convert

RGB 208 162 39 -
CMYK 0 0.22 0.81 0.18
HSL 43.67º 0.68% 0.48% -
HSV(B) 43.67º 0.81% 0.82% -
XYZ 39.3 39.4 7.45 -
YUV 161.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 208 162 39 0 0.22 0.81 0.18 43.67 0.68 0.48
Hex D0 A2 27 0 16 51 12 2C 44 30
Octal 320 242 47 0 26 121 22 54 104 60
Binary 11010000 10100010 100111 0 10110 1010001 10010 101100 1000100 110000

Color Harmonies of #D0A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A227

Black with #D0A227

Text Example


Text Example

White with #D0A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A227; }

 p { color: rgb(208,162,39); }

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

background-color css

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

 a { background-color: rgb(208,162,39); }

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

border-color css

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

 span { border-color: rgb(208,162,39); }

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