Html Css Color HEX #D3A923 Galliano

📋 copy color: '#D3A923'

red 211 ◦ green 169 ◦ blue 35

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

Shades of Galliano #D3A923

Tints of Galliano #D3A923

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

 BLUE value IS 35 (14.06% from 255) = 8.43%

R = 50.84%
G = 40.72%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D3A923 (or 0xD3A923) is known color: Galliano. HEX triplet: D3, A9 and 23. RGB value is (211,169,35). Sum of RGB (Red+Green+Blue) = 211+169+35=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A923 is #2C56DC. Grayscale: #A6A6A6. Windows color (decimal): -2905821 or 2337235. OLE color: 2337235.

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

Color convert

RGB 211 169 35 -
CMYK 0 0.20 0.83 0.17
HSL 45.68º 0.72% 0.48% -
HSV(B) 45.68º 0.83% 0.83% -
XYZ 41.36 42.35 7.58 -
YUV 166.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 211 169 35 0 0.20 0.83 0.17 45.68 0.72 0.48
Hex D3 A9 23 0 14 53 11 2E 48 30
Octal 323 251 43 0 24 123 21 56 110 60
Binary 11010011 10101001 100011 0 10100 1010011 10001 101110 1001000 110000

Color Harmonies of #D3A923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A923

Black with #D3A923

Text Example


Text Example

White with #D3A923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A923; }

 p { color: rgb(211,169,35); }

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

background-color css

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

 a { background-color: rgb(211,169,35); }

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

border-color css

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

 span { border-color: rgb(211,169,35); }

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