Html Css Color HEX #D8A827 Galliano

📋 copy color: '#D8A827'

red 216 ◦ green 168 ◦ blue 39

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

Shades of Galliano #D8A827

Tints of Galliano #D8A827

RGB

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

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

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

R = 51.06%
G = 39.72%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8A827 (or 0xD8A827) is known color: Galliano. HEX triplet: D8, A8 and 27. RGB value is (216,168,39). Sum of RGB (Red+Green+Blue) = 216+168+39=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A827 is #2757D8. Grayscale: #A8A8A8. Windows color (decimal): -2578393 or 2599128. OLE color: 2599128.

HSL color Cylindrical-coordinate representation of color #D8A827: hue angle of 43.73º 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 #D8A827 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 39 -
CMYK 0 0.22 0.82 0.15
HSL 43.73º 0.69% 0.5% -
HSV(B) 43.73º 0.82% 0.85% -
XYZ 42.69 42.75 7.92 -
YUV 167.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 216 168 39 0 0.22 0.82 0.15 43.73 0.69 0.5
Hex D8 A8 27 0 16 52 F 2C 45 32
Octal 330 250 47 0 26 122 17 54 105 62
Binary 11011000 10101000 100111 0 10110 1010010 1111 101100 1000101 110010

Color Harmonies of #D8A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A827

Black with #D8A827

Text Example


Text Example

White with #D8A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A827; }

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

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

background-color css

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

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

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

border-color css

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

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

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