Html Css Color HEX #D8A42B Galliano

📋 copy color: '#D8A42B'

red 216 ◦ green 164 ◦ blue 43

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

Shades of Galliano #D8A42B

Tints of Galliano #D8A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 51.06%
G = 38.77%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8A42B (or 0xD8A42B) is known color: Galliano. HEX triplet: D8, A4 and 2B. RGB value is (216,164,43). Sum of RGB (Red+Green+Blue) = 216+164+43=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A42B is #275BD4. Grayscale: #A6A6A6. Windows color (decimal): -2579413 or 2860248. OLE color: 2860248.

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

Color convert

RGB 216 164 43 -
CMYK 0 0.24 0.80 0.15
HSL 41.97º 0.69% 0.51% -
HSV(B) 41.97º 0.8% 0.85% -
XYZ 42.03 41.32 8.05 -
YUV 165.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 216 164 43 0 0.24 0.80 0.15 41.97 0.69 0.51
Hex D8 A4 2B 0 18 50 F 2A 45 33
Octal 330 244 53 0 30 120 17 52 105 63
Binary 11011000 10100100 101011 0 11000 1010000 1111 101010 1000101 110011

Color Harmonies of #D8A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A42B

Black with #D8A42B

Text Example


Text Example

White with #D8A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A42B; }

 p { color: rgb(216,164,43); }

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

background-color css

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

 a { background-color: rgb(216,164,43); }

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

border-color css

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

 span { border-color: rgb(216,164,43); }

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