Html Css Color HEX #D8A230 Galliano

📋 copy color: '#D8A230'

red 216 ◦ green 162 ◦ blue 48

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

Shades of Galliano #D8A230

Tints of Galliano #D8A230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 50.7%
G = 38.03%
B = 11.27%

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

#D8A230 (or 0xD8A230) is known color: Galliano. HEX triplet: D8, A2 and 30. RGB value is (216,162,48). Sum of RGB (Red+Green+Blue) = 216+162+48=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A230 is #275DCF. Grayscale: #A5A5A5. Windows color (decimal): -2579920 or 3187416. OLE color: 3187416.

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

Color convert

RGB 216 162 48 -
CMYK 0 0.25 0.78 0.15
HSL 40.71º 0.68% 0.52% -
HSV(B) 40.71º 0.78% 0.85% -
XYZ 41.77 40.65 8.44 -
YUV 165.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 216 162 48 0 0.25 0.78 0.15 40.71 0.68 0.52
Hex D8 A2 30 0 19 4E F 29 44 34
Octal 330 242 60 0 31 116 17 51 104 64
Binary 11011000 10100010 110000 0 11001 1001110 1111 101001 1000100 110100

Color Harmonies of #D8A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A230

Black with #D8A230

Text Example


Text Example

White with #D8A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A230; }

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

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

background-color css

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

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

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

border-color css

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

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

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