Html Css Color HEX #D3AF1D Galliano

📋 copy color: '#D3AF1D'

red 211 ◦ green 175 ◦ blue 29

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

Shades of Galliano #D3AF1D

Tints of Galliano #D3AF1D

RGB

 RED value IS 211 (82.81% from 255) = 50.84%

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 50.84%
G = 42.17%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3AF1D (or 0xD3AF1D) is known color: Galliano. HEX triplet: D3, AF and 1D. RGB value is (211,175,29). Sum of RGB (Red+Green+Blue) = 211+175+29=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF1D is #2C50E2. Grayscale: #A9A9A9. Windows color (decimal): -2904291 or 1945555. OLE color: 1945555.

HSL color Cylindrical-coordinate representation of color #D3AF1D: hue angle of 48.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3AF1D is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 29 -
CMYK 0 0.17 0.86 0.17
HSL 48.13º 0.76% 0.47% -
HSV(B) 48.13º 0.86% 0.83% -
XYZ 42.42 44.6 7.54 -
YUV 169.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 211 175 29 0 0.17 0.86 0.17 48.13 0.76 0.47
Hex D3 AF 1D 0 11 56 11 30 4C 2F
Octal 323 257 35 0 21 126 21 60 114 57
Binary 11010011 10101111 11101 0 10001 1010110 10001 110000 1001100 101111

Color Harmonies of #D3AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF1D

Black with #D3AF1D

Text Example


Text Example

White with #D3AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF1D; }

 p { color: rgb(211,175,29); }

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

background-color css

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

 a { background-color: rgb(211,175,29); }

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

border-color css

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

 span { border-color: rgb(211,175,29); }

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