Html Css Color HEX #D8A330 Galliano

📋 copy color: '#D8A330'

red 216 ◦ green 163 ◦ blue 48

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

Shades of Galliano #D8A330

Tints of Galliano #D8A330

RGB

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

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

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

R = 50.59%
G = 38.17%
B = 11.24%

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

#D8A330 (or 0xD8A330) is known color: Galliano. HEX triplet: D8, A3 and 30. RGB value is (216,163,48). Sum of RGB (Red+Green+Blue) = 216+163+48=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A330 is #275CCF. Grayscale: #A6A6A6. Windows color (decimal): -2579664 or 3187672. OLE color: 3187672.

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

Color convert

RGB 216 163 48 -
CMYK 0 0.25 0.78 0.15
HSL 41.07º 0.68% 0.52% -
HSV(B) 41.07º 0.78% 0.85% -
XYZ 41.95 41.01 8.5 -
YUV 165.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 216 163 48 0 0.25 0.78 0.15 41.07 0.68 0.52
Hex D8 A3 30 0 19 4E F 29 44 34
Octal 330 243 60 0 31 116 17 51 104 64
Binary 11011000 10100011 110000 0 11001 1001110 1111 101001 1000100 110100

Color Harmonies of #D8A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A330

Black with #D8A330

Text Example


Text Example

White with #D8A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A330; }

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

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

background-color css

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

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

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

border-color css

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

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

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