Html Css Color HEX #D2AF24 Galliano

📋 copy color: '#D2AF24'

red 210 ◦ green 175 ◦ blue 36

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

Shades of Galliano #D2AF24

Tints of Galliano #D2AF24

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

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

 BLUE value IS 36 (14.45% from 255) = 8.55%

R = 49.88%
G = 41.57%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D2AF24 (or 0xD2AF24) is known color: Galliano. HEX triplet: D2, AF and 24. RGB value is (210,175,36). Sum of RGB (Red+Green+Blue) = 210+175+36=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF24 is #2D50DB. Grayscale: #AAAAAA. Windows color (decimal): -2969820 or 2404306. OLE color: 2404306.

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

Color convert

RGB 210 175 36 -
CMYK 0 0.17 0.83 0.18
HSL 47.93º 0.71% 0.48% -
HSV(B) 47.93º 0.83% 0.82% -
XYZ 42.23 44.49 8.03 -
YUV 169.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 210 175 36 0 0.17 0.83 0.18 47.93 0.71 0.48
Hex D2 AF 24 0 11 53 12 30 47 30
Octal 322 257 44 0 21 123 22 60 107 60
Binary 11010010 10101111 100100 0 10001 1010011 10010 110000 1000111 110000

Color Harmonies of #D2AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF24

Black with #D2AF24

Text Example


Text Example

White with #D2AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF24; }

 p { color: rgb(210,175,36); }

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

background-color css

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

 a { background-color: rgb(210,175,36); }

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

border-color css

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

 span { border-color: rgb(210,175,36); }

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