Html Css Color HEX #D7A223 Galliano

📋 copy color: '#D7A223'

red 215 ◦ green 162 ◦ blue 35

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

Shades of Galliano #D7A223

Tints of Galliano #D7A223

RGB

 RED value IS 215 (84.38% from 255) = 52.18%

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

 BLUE value IS 35 (14.06% from 255) = 8.5%

R = 52.18%
G = 39.32%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7A223 (or 0xD7A223) is known color: Galliano. HEX triplet: D7, A2 and 23. RGB value is (215,162,35). Sum of RGB (Red+Green+Blue) = 215+162+35=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A223 is #285DDC. Grayscale: #A3A3A3. Windows color (decimal): -2645469 or 2335447. OLE color: 2335447.

HSL color Cylindrical-coordinate representation of color #D7A223: hue angle of 42.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7A223 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 35 -
CMYK 0 0.25 0.84 0.16
HSL 42.33º 0.72% 0.49% -
HSV(B) 42.33º 0.84% 0.84% -
XYZ 41.25 40.41 7.22 -
YUV 163.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 215 162 35 0 0.25 0.84 0.16 42.33 0.72 0.49
Hex D7 A2 23 0 19 54 10 2A 48 31
Octal 327 242 43 0 31 124 20 52 110 61
Binary 11010111 10100010 100011 0 11001 1010100 10000 101010 1001000 110001

Color Harmonies of #D7A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A223

Black with #D7A223

Text Example


Text Example

White with #D7A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A223; }

 p { color: rgb(215,162,35); }

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

background-color css

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

 a { background-color: rgb(215,162,35); }

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

border-color css

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

 span { border-color: rgb(215,162,35); }

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