Html Css Color HEX #D2A80D Galliano

📋 copy color: '#D2A80D'

red 210 ◦ green 168 ◦ blue 13

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

Shades of Galliano #D2A80D

Tints of Galliano #D2A80D

RGB

 RED value IS 210 (82.42% from 255) = 53.71%

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 53.71%
G = 42.97%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2A80D (or 0xD2A80D) is known color: Galliano. HEX triplet: D2, A8 and 0D. RGB value is (210,168,13). Sum of RGB (Red+Green+Blue) = 210+168+13=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A80D is #2D57F2. Grayscale: #A3A3A3. Windows color (decimal): -2971635 or 895186. OLE color: 895186.

HSL color Cylindrical-coordinate representation of color #D2A80D: hue angle of 47.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2A80D is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 13 -
CMYK 0 0.2 0.94 0.18
HSL 47.21º 0.88% 0.44% -
HSV(B) 47.21º 0.94% 0.82% -
XYZ 40.65 41.74 6.29 -
YUV 162.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 210 168 13 0 0.2 0.94 0.18 47.21 0.88 0.44
Hex D2 A8 D 0 14 5E 12 2F 58 2C
Octal 322 250 15 0 24 136 22 57 130 54
Binary 11010010 10101000 1101 0 10100 1011110 10010 101111 1011000 101100

Color Harmonies of #D2A80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A80D

Black with #D2A80D

Text Example


Text Example

White with #D2A80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A80D; }

 p { color: rgb(210,168,13); }

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

background-color css

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

 a { background-color: rgb(210,168,13); }

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

border-color css

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

 span { border-color: rgb(210,168,13); }

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