Html Css Color HEX #D8A527 Galliano

📋 copy color: '#D8A527'

red 216 ◦ green 165 ◦ blue 39

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

Shades of Galliano #D8A527

Tints of Galliano #D8A527

RGB

 RED value IS 216 (84.77% from 255) = 51.43%

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 51.43%
G = 39.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8A527 (or 0xD8A527) is known color: Galliano. HEX triplet: D8, A5 and 27. RGB value is (216,165,39). Sum of RGB (Red+Green+Blue) = 216+165+39=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A527 is #275AD8. Grayscale: #A6A6A6. Windows color (decimal): -2579161 or 2598360. OLE color: 2598360.

HSL color Cylindrical-coordinate representation of color #D8A527: hue angle of 42.71º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8A527 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 39 -
CMYK 0 0.24 0.82 0.15
HSL 42.71º 0.69% 0.5% -
HSV(B) 42.71º 0.82% 0.85% -
XYZ 42.14 41.66 7.74 -
YUV 165.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 216 165 39 0 0.24 0.82 0.15 42.71 0.69 0.5
Hex D8 A5 27 0 18 52 F 2B 45 32
Octal 330 245 47 0 30 122 17 53 105 62
Binary 11011000 10100101 100111 0 11000 1010010 1111 101011 1000101 110010

Color Harmonies of #D8A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A527

Black with #D8A527

Text Example


Text Example

White with #D8A527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A527; }

 p { color: rgb(216,165,39); }

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

background-color css

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

 a { background-color: rgb(216,165,39); }

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

border-color css

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

 span { border-color: rgb(216,165,39); }

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