Html Css Color HEX #D7A123 Galliano

📋 copy color: '#D7A123'

red 215 ◦ green 161 ◦ blue 35

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

Shades of Galliano #D7A123

Tints of Galliano #D7A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

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

R = 52.31%
G = 39.17%
B = 8.52%

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

#D7A123 (or 0xD7A123) is known color: Galliano. HEX triplet: D7, A1 and 23. RGB value is (215,161,35). Sum of RGB (Red+Green+Blue) = 215+161+35=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A123 is #285EDC. Grayscale: #A3A3A3. Windows color (decimal): -2645725 or 2335191. OLE color: 2335191.

HSL color Cylindrical-coordinate representation of color #D7A123: hue angle of 42º 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 #D7A123 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 35 -
CMYK 0 0.25 0.84 0.16
HSL 42º 0.72% 0.49% -
HSV(B) 42º 0.84% 0.84% -
XYZ 41.07 40.06 7.16 -
YUV 162.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 215 161 35 0 0.25 0.84 0.16 42 0.72 0.49
Hex D7 A1 23 0 19 54 10 2A 48 31
Octal 327 241 43 0 31 124 20 52 110 61
Binary 11010111 10100001 100011 0 11001 1010100 10000 101010 1001000 110001

Color Harmonies of #D7A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A123

Black with #D7A123

Text Example


Text Example

White with #D7A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A123; }

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

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

background-color css

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

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

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

border-color css

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

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

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