Html Css Color HEX #D7A430 Galliano

📋 copy color: '#D7A430'

red 215 ◦ green 164 ◦ blue 48

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

Shades of Galliano #D7A430

Tints of Galliano #D7A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 50.35%
G = 38.41%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7A430 (or 0xD7A430) is known color: Galliano. HEX triplet: D7, A4 and 30. RGB value is (215,164,48). Sum of RGB (Red+Green+Blue) = 215+164+48=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A430 is #285BCF. Grayscale: #A6A6A6. Windows color (decimal): -2644944 or 3187927. OLE color: 3187927.

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

Color convert

RGB 215 164 48 -
CMYK 0 0.24 0.78 0.16
HSL 41.68º 0.68% 0.52% -
HSV(B) 41.68º 0.78% 0.84% -
XYZ 41.83 41.21 8.55 -
YUV 166.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 215 164 48 0 0.24 0.78 0.16 41.68 0.68 0.52
Hex D7 A4 30 0 18 4E 10 2A 44 34
Octal 327 244 60 0 30 116 20 52 104 64
Binary 11010111 10100100 110000 0 11000 1001110 10000 101010 1000100 110100

Color Harmonies of #D7A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A430

Black with #D7A430

Text Example


Text Example

White with #D7A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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