Html Css Color HEX #D2A230 Galliano

📋 copy color: '#D2A230'

red 210 ◦ green 162 ◦ blue 48

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

Shades of Galliano #D2A230

Tints of Galliano #D2A230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 50%
G = 38.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A230 (or 0xD2A230) is known color: Galliano. HEX triplet: D2, A2 and 30. RGB value is (210,162,48). Sum of RGB (Red+Green+Blue) = 210+162+48=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A230 is #2D5DCF. Grayscale: #A3A3A3. Windows color (decimal): -2973136 or 3187410. OLE color: 3187410.

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

Color convert

RGB 210 162 48 -
CMYK 0 0.23 0.77 0.18
HSL 42.22º 0.64% 0.51% -
HSV(B) 42.22º 0.77% 0.82% -
XYZ 40.03 39.76 8.36 -
YUV 163.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 210 162 48 0 0.23 0.77 0.18 42.22 0.64 0.51
Hex D2 A2 30 0 17 4D 12 2A 40 33
Octal 322 242 60 0 27 115 22 52 100 63
Binary 11010010 10100010 110000 0 10111 1001101 10010 101010 1000000 110011

Color Harmonies of #D2A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A230

Black with #D2A230

Text Example


Text Example

White with #D2A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A230; }

 p { color: rgb(210,162,48); }

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

background-color css

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

 a { background-color: rgb(210,162,48); }

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

border-color css

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

 span { border-color: rgb(210,162,48); }

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