Html Css Color HEX #D8A32B Galliano

📋 copy color: '#D8A32B'

red 216 ◦ green 163 ◦ blue 43

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

Shades of Galliano #D8A32B

Tints of Galliano #D8A32B

RGB

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

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

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

R = 51.18%
G = 38.63%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8A32B (or 0xD8A32B) is known color: Galliano. HEX triplet: D8, A3 and 2B. RGB value is (216,163,43). Sum of RGB (Red+Green+Blue) = 216+163+43=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A32B is #275CD4. Grayscale: #A5A5A5. Windows color (decimal): -2579669 or 2859992. OLE color: 2859992.

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

Color convert

RGB 216 163 43 -
CMYK 0 0.25 0.80 0.15
HSL 41.62º 0.69% 0.51% -
HSV(B) 41.62º 0.8% 0.85% -
XYZ 41.85 40.97 7.99 -
YUV 165.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 216 163 43 0 0.25 0.80 0.15 41.62 0.69 0.51
Hex D8 A3 2B 0 19 50 F 2A 45 33
Octal 330 243 53 0 31 120 17 52 105 63
Binary 11011000 10100011 101011 0 11001 1010000 1111 101010 1000101 110011

Color Harmonies of #D8A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A32B

Black with #D8A32B

Text Example


Text Example

White with #D8A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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