Html Css Color HEX #D8A32F Galliano

📋 copy color: '#D8A32F'

red 216 ◦ green 163 ◦ blue 47

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

Shades of Galliano #D8A32F

Tints of Galliano #D8A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.26%

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

R = 50.7%
G = 38.26%
B = 11.03%

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

#D8A32F (or 0xD8A32F) is known color: Galliano. HEX triplet: D8, A3 and 2F. RGB value is (216,163,47). Sum of RGB (Red+Green+Blue) = 216+163+47=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A32F is #275CD0. Grayscale: #A6A6A6. Windows color (decimal): -2579665 or 3122136. OLE color: 3122136.

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

Color convert

RGB 216 163 47 -
CMYK 0 0.25 0.78 0.15
HSL 41.18º 0.68% 0.52% -
HSV(B) 41.18º 0.78% 0.85% -
XYZ 41.93 41 8.39 -
YUV 165.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 216 163 47 0 0.25 0.78 0.15 41.18 0.68 0.52
Hex D8 A3 2F 0 19 4E F 29 44 34
Octal 330 243 57 0 31 116 17 51 104 64
Binary 11011000 10100011 101111 0 11001 1001110 1111 101001 1000100 110100

Color Harmonies of #D8A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A32F

Black with #D8A32F

Text Example


Text Example

White with #D8A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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