Html Css Color HEX #D7A530 Galliano

📋 copy color: '#D7A530'

red 215 ◦ green 165 ◦ blue 48

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

Shades of Galliano #D7A530

Tints of Galliano #D7A530

RGB

 RED value IS 215 (84.38% from 255) = 50.23%

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 50.23%
G = 38.55%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7A530 (or 0xD7A530) is known color: Galliano. HEX triplet: D7, A5 and 30. RGB value is (215,165,48). Sum of RGB (Red+Green+Blue) = 215+165+48=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A530 is #285ACF. Grayscale: #A7A7A7. Windows color (decimal): -2644688 or 3188183. OLE color: 3188183.

HSL color Cylindrical-coordinate representation of color #D7A530: hue angle of 42.04º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7A530 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 165 48 -
CMYK 0 0.23 0.78 0.16
HSL 42.04º 0.68% 0.52% -
HSV(B) 42.04º 0.78% 0.84% -
XYZ 42.01 41.57 8.61 -
YUV 166.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 215 165 48 0 0.23 0.78 0.16 42.04 0.68 0.52
Hex D7 A5 30 0 17 4E 10 2A 44 34
Octal 327 245 60 0 27 116 20 52 104 64
Binary 11010111 10100101 110000 0 10111 1001110 10000 101010 1000100 110100

Color Harmonies of #D7A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A530

Black with #D7A530

Text Example


Text Example

White with #D7A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A530; }

 p { color: rgb(215,165,48); }

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

background-color css

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

 a { background-color: rgb(215,165,48); }

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

border-color css

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

 span { border-color: rgb(215,165,48); }

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