Html Css Color HEX #D8A12F Galliano

📋 copy color: '#D8A12F'

red 216 ◦ green 161 ◦ blue 47

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

Shades of Galliano #D8A12F

Tints of Galliano #D8A12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 50.94%
G = 37.97%
B = 11.08%

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

#D8A12F (or 0xD8A12F) is known color: Galliano. HEX triplet: D8, A1 and 2F. RGB value is (216,161,47). Sum of RGB (Red+Green+Blue) = 216+161+47=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A12F is #275ED0. Grayscale: #A4A4A4. Windows color (decimal): -2580177 or 3121624. OLE color: 3121624.

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

Color convert

RGB 216 161 47 -
CMYK 0 0.25 0.78 0.15
HSL 40.47º 0.68% 0.52% -
HSV(B) 40.47º 0.78% 0.85% -
XYZ 41.58 40.29 8.28 -
YUV 164.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 216 161 47 0 0.25 0.78 0.15 40.47 0.68 0.52
Hex D8 A1 2F 0 19 4E F 28 44 34
Octal 330 241 57 0 31 116 17 50 104 64
Binary 11011000 10100001 101111 0 11001 1001110 1111 101000 1000100 110100

Color Harmonies of #D8A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A12F

Black with #D8A12F

Text Example


Text Example

White with #D8A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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