Html Css Color HEX #D0A72D Galliano

📋 copy color: '#D0A72D'

red 208 ◦ green 167 ◦ blue 45

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

Shades of Galliano #D0A72D

Tints of Galliano #D0A72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 49.52%
G = 39.76%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0A72D (or 0xD0A72D) is known color: Galliano. HEX triplet: D0, A7 and 2D. RGB value is (208,167,45). Sum of RGB (Red+Green+Blue) = 208+167+45=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A72D is #2F58D2. Grayscale: #A5A5A5. Windows color (decimal): -3102931 or 2992080. OLE color: 2992080.

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

Color convert

RGB 208 167 45 -
CMYK 0 0.20 0.78 0.18
HSL 44.91º 0.64% 0.5% -
HSV(B) 44.91º 0.78% 0.82% -
XYZ 40.3 41.24 8.32 -
YUV 165.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 208 167 45 0 0.20 0.78 0.18 44.91 0.64 0.5
Hex D0 A7 2D 0 14 4E 12 2D 40 32
Octal 320 247 55 0 24 116 22 55 100 62
Binary 11010000 10100111 101101 0 10100 1001110 10010 101101 1000000 110010

Color Harmonies of #D0A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A72D

Black with #D0A72D

Text Example


Text Example

White with #D0A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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