Html Css Color HEX #D0AF28 Galliano

📋 copy color: '#D0AF28'

red 208 ◦ green 175 ◦ blue 40

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

Shades of Galliano #D0AF28

Tints of Galliano #D0AF28

RGB

 RED value IS 208 (81.64% from 255) = 49.17%

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

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 49.17%
G = 41.37%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0AF28 (or 0xD0AF28) is known color: Galliano. HEX triplet: D0, AF and 28. RGB value is (208,175,40). Sum of RGB (Red+Green+Blue) = 208+175+40=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF28 is #2F50D7. Grayscale: #AAAAAA. Windows color (decimal): -3100888 or 2666448. OLE color: 2666448.

HSL color Cylindrical-coordinate representation of color #D0AF28: hue angle of 48.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0AF28 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 40 -
CMYK 0 0.16 0.81 0.18
HSL 48.21º 0.68% 0.49% -
HSV(B) 48.21º 0.81% 0.82% -
XYZ 41.73 44.22 8.34 -
YUV 169.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 208 175 40 0 0.16 0.81 0.18 48.21 0.68 0.49
Hex D0 AF 28 0 10 51 12 30 44 31
Octal 320 257 50 0 20 121 22 60 104 61
Binary 11010000 10101111 101000 0 10000 1010001 10010 110000 1000100 110001

Color Harmonies of #D0AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF28

Black with #D0AF28

Text Example


Text Example

White with #D0AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF28; }

 p { color: rgb(208,175,40); }

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

background-color css

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

 a { background-color: rgb(208,175,40); }

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

border-color css

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

 span { border-color: rgb(208,175,40); }

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