Html Css Color HEX #D2A90C Galliano

📋 copy color: '#D2A90C'

red 210 ◦ green 169 ◦ blue 12

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

Shades of Galliano #D2A90C

Tints of Galliano #D2A90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 53.71%
G = 43.22%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2A90C (or 0xD2A90C) is known color: Galliano. HEX triplet: D2, A9 and 0C. RGB value is (210,169,12). Sum of RGB (Red+Green+Blue) = 210+169+12=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A90C is #2D56F3. Grayscale: #A4A4A4. Windows color (decimal): -2971380 or 829906. OLE color: 829906.

HSL color Cylindrical-coordinate representation of color #D2A90C: hue angle of 47.58º degrees, saturation: 0.89, 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 #D2A90C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 12 -
CMYK 0 0.20 0.94 0.18
HSL 47.58º 0.89% 0.44% -
HSV(B) 47.58º 0.94% 0.82% -
XYZ 40.83 42.1 6.32 -
YUV 163.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 210 169 12 0 0.20 0.94 0.18 47.58 0.89 0.44
Hex D2 A9 C 0 14 5E 12 30 59 2C
Octal 322 251 14 0 24 136 22 60 131 54
Binary 11010010 10101001 1100 0 10100 1011110 10010 110000 1011001 101100

Color Harmonies of #D2A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A90C

Black with #D2A90C

Text Example


Text Example

White with #D2A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A90C; }

 p { color: rgb(210,169,12); }

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

background-color css

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

 a { background-color: rgb(210,169,12); }

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

border-color css

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

 span { border-color: rgb(210,169,12); }

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