Html Css Color HEX #D8A22F Galliano

📋 copy color: '#D8A22F'

red 216 ◦ green 162 ◦ blue 47

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

Shades of Galliano #D8A22F

Tints of Galliano #D8A22F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.12%

 BLUE value IS 47 (18.75% from 255) = 11.06%

R = 50.82%
G = 38.12%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8A22F (or 0xD8A22F) is known color: Galliano. HEX triplet: D8, A2 and 2F. RGB value is (216,162,47). Sum of RGB (Red+Green+Blue) = 216+162+47=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A22F is #275DD0. Grayscale: #A5A5A5. Windows color (decimal): -2579921 or 3121880. OLE color: 3121880.

HSL color Cylindrical-coordinate representation of color #D8A22F: hue angle of 40.83º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8A22F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 47 -
CMYK 0 0.25 0.78 0.15
HSL 40.83º 0.68% 0.52% -
HSV(B) 40.83º 0.78% 0.85% -
XYZ 41.75 40.64 8.33 -
YUV 165.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 216 162 47 0 0.25 0.78 0.15 40.83 0.68 0.52
Hex D8 A2 2F 0 19 4E F 29 44 34
Octal 330 242 57 0 31 116 17 51 104 64
Binary 11011000 10100010 101111 0 11001 1001110 1111 101001 1000100 110100

Color Harmonies of #D8A22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A22F

Black with #D8A22F

Text Example


Text Example

White with #D8A22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A22F; }

 p { color: rgb(216,162,47); }

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

background-color css

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

 a { background-color: rgb(216,162,47); }

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

border-color css

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

 span { border-color: rgb(216,162,47); }

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