Html Css Color HEX #D8A231 Galliano

📋 copy color: '#D8A231'

red 216 ◦ green 162 ◦ blue 49

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

Shades of Galliano #D8A231

Tints of Galliano #D8A231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 50.59%
G = 37.94%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A231 (or 0xD8A231) is known color: Galliano. HEX triplet: D8, A2 and 31. RGB value is (216,162,49). Sum of RGB (Red+Green+Blue) = 216+162+49=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A231 is #275DCE. Grayscale: #A5A5A5. Windows color (decimal): -2579919 or 3252952. OLE color: 3252952.

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

Color convert

RGB 216 162 49 -
CMYK 0 0.25 0.77 0.15
HSL 40.6º 0.68% 0.52% -
HSV(B) 40.6º 0.77% 0.85% -
XYZ 41.79 40.66 8.55 -
YUV 165.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 216 162 49 0 0.25 0.77 0.15 40.6 0.68 0.52
Hex D8 A2 31 0 19 4D F 29 44 34
Octal 330 242 61 0 31 115 17 51 104 64
Binary 11011000 10100010 110001 0 11001 1001101 1111 101001 1000100 110100

Color Harmonies of #D8A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A231

Black with #D8A231

Text Example


Text Example

White with #D8A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A231; }

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

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

background-color css

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

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

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

border-color css

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

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

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