Html Css Color HEX #D7A922 Galliano

📋 copy color: '#D7A922'

red 215 ◦ green 169 ◦ blue 34

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

Shades of Galliano #D7A922

Tints of Galliano #D7A922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 51.44%
G = 40.43%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D7A922 (or 0xD7A922) is known color: Galliano. HEX triplet: D7, A9 and 22. RGB value is (215,169,34). Sum of RGB (Red+Green+Blue) = 215+169+34=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A922 is #2856DD. Grayscale: #A7A7A7. Windows color (decimal): -2643678 or 2271703. OLE color: 2271703.

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

Color convert

RGB 215 169 34 -
CMYK 0 0.21 0.84 0.16
HSL 44.75º 0.73% 0.49% -
HSV(B) 44.75º 0.84% 0.84% -
XYZ 42.5 42.94 7.56 -
YUV 167.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 215 169 34 0 0.21 0.84 0.16 44.75 0.73 0.49
Hex D7 A9 22 0 15 54 10 2D 49 31
Octal 327 251 42 0 25 124 20 55 111 61
Binary 11010111 10101001 100010 0 10101 1010100 10000 101101 1001001 110001

Color Harmonies of #D7A922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A922

Black with #D7A922

Text Example


Text Example

White with #D7A922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A922; }

 p { color: rgb(215,169,34); }

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

background-color css

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

 a { background-color: rgb(215,169,34); }

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

border-color css

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

 span { border-color: rgb(215,169,34); }

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