Html Css Color HEX #D0A72C Galliano

📋 copy color: '#D0A72C'

red 208 ◦ green 167 ◦ blue 44

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

Shades of Galliano #D0A72C

Tints of Galliano #D0A72C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.86%

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 49.64%
G = 39.86%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0A72C (or 0xD0A72C) is known color: Galliano. HEX triplet: D0, A7 and 2C. RGB value is (208,167,44). Sum of RGB (Red+Green+Blue) = 208+167+44=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A72C is #2F58D3. Grayscale: #A5A5A5. Windows color (decimal): -3102932 or 2926544. OLE color: 2926544.

HSL color Cylindrical-coordinate representation of color #D0A72C: hue angle of 45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0A72C is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 44 -
CMYK 0 0.20 0.79 0.18
HSL 45º 0.65% 0.49% -
HSV(B) 45º 0.79% 0.82% -
XYZ 40.29 41.23 8.22 -
YUV 165.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 208 167 44 0 0.20 0.79 0.18 45 0.65 0.49
Hex D0 A7 2C 0 14 4F 12 2D 41 31
Octal 320 247 54 0 24 117 22 55 101 61
Binary 11010000 10100111 101100 0 10100 1001111 10010 101101 1000001 110001

Color Harmonies of #D0A72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A72C

Black with #D0A72C

Text Example


Text Example

White with #D0A72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A72C; }

 p { color: rgb(208,167,44); }

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

background-color css

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

 a { background-color: rgb(208,167,44); }

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

border-color css

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

 span { border-color: rgb(208,167,44); }

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