Html Css Color HEX #D2A02E Galliano

📋 copy color: '#D2A02E'

red 210 ◦ green 160 ◦ blue 46

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

Shades of Galliano #D2A02E

Tints of Galliano #D2A02E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 50.48%
G = 38.46%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2A02E (or 0xD2A02E) is known color: Galliano. HEX triplet: D2, A0 and 2E. RGB value is (210,160,46). Sum of RGB (Red+Green+Blue) = 210+160+46=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A02E is #2D5FD1. Grayscale: #A2A2A2. Windows color (decimal): -2973650 or 3055826. OLE color: 3055826.

HSL color Cylindrical-coordinate representation of color #D2A02E: hue angle of 41.71º degrees, saturation: 0.65, 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 #D2A02E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 46 -
CMYK 0 0.24 0.78 0.18
HSL 41.71º 0.65% 0.5% -
HSV(B) 41.71º 0.78% 0.82% -
XYZ 39.64 39.04 8.03 -
YUV 161.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 210 160 46 0 0.24 0.78 0.18 41.71 0.65 0.5
Hex D2 A0 2E 0 18 4E 12 2A 41 32
Octal 322 240 56 0 30 116 22 52 101 62
Binary 11010010 10100000 101110 0 11000 1001110 10010 101010 1000001 110010

Color Harmonies of #D2A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A02E

Black with #D2A02E

Text Example


Text Example

White with #D2A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A02E; }

 p { color: rgb(210,160,46); }

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

background-color css

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

 a { background-color: rgb(210,160,46); }

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

border-color css

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

 span { border-color: rgb(210,160,46); }

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