Html Css Color HEX #D7A81A Galliano

📋 copy color: '#D7A81A'

red 215 ◦ green 168 ◦ blue 26

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

Shades of Galliano #D7A81A

Tints of Galliano #D7A81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 52.57%
G = 41.08%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A81A (or 0xD7A81A) is known color: Galliano. HEX triplet: D7, A8 and 1A. RGB value is (215,168,26). Sum of RGB (Red+Green+Blue) = 215+168+26=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A81A is #2857E5. Grayscale: #A6A6A6. Windows color (decimal): -2643942 or 1747159. OLE color: 1747159.

HSL color Cylindrical-coordinate representation of color #D7A81A: hue angle of 45.08º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7A81A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 26 -
CMYK 0 0.22 0.88 0.16
HSL 45.08º 0.78% 0.47% -
HSV(B) 45.08º 0.88% 0.84% -
XYZ 42.21 42.53 6.96 -
YUV 165.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 215 168 26 0 0.22 0.88 0.16 45.08 0.78 0.47
Hex D7 A8 1A 0 16 58 10 2D 4E 2F
Octal 327 250 32 0 26 130 20 55 116 57
Binary 11010111 10101000 11010 0 10110 1011000 10000 101101 1001110 101111

Color Harmonies of #D7A81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A81A

Black with #D7A81A

Text Example


Text Example

White with #D7A81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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