Html Css Color HEX #D7A823 Galliano

📋 copy color: '#D7A823'

red 215 ◦ green 168 ◦ blue 35

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

Shades of Galliano #D7A823

Tints of Galliano #D7A823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

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

R = 51.44%
G = 40.19%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7A823 (or 0xD7A823) is known color: Galliano. HEX triplet: D7, A8 and 23. RGB value is (215,168,35). Sum of RGB (Red+Green+Blue) = 215+168+35=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A823 is #2857DC. Grayscale: #A7A7A7. Windows color (decimal): -2643933 or 2336983. OLE color: 2336983.

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

Color convert

RGB 215 168 35 -
CMYK 0 0.22 0.84 0.16
HSL 44.33º 0.72% 0.49% -
HSV(B) 44.33º 0.84% 0.84% -
XYZ 42.33 42.57 7.58 -
YUV 166.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 215 168 35 0 0.22 0.84 0.16 44.33 0.72 0.49
Hex D7 A8 23 0 16 54 10 2C 48 31
Octal 327 250 43 0 26 124 20 54 110 61
Binary 11010111 10101000 100011 0 10110 1010100 10000 101100 1001000 110001

Color Harmonies of #D7A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A823

Black with #D7A823

Text Example


Text Example

White with #D7A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A823; }

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

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

background-color css

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

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

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

border-color css

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

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

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