Html Css Color HEX #D6A024 Galliano

📋 copy color: '#D6A024'

red 214 ◦ green 160 ◦ blue 36

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

Shades of Galliano #D6A024

Tints of Galliano #D6A024

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

 GREEN value IS 160 (62.89% from 255) = 39.02%

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

R = 52.2%
G = 39.02%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6A024 (or 0xD6A024) is known color: Galliano. HEX triplet: D6, A0 and 24. RGB value is (214,160,36). Sum of RGB (Red+Green+Blue) = 214+160+36=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A024 is #295FDB. Grayscale: #A2A2A2. Windows color (decimal): -2711516 or 2400470. OLE color: 2400470.

HSL color Cylindrical-coordinate representation of color #D6A024: hue angle of 41.8º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6A024 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 36 -
CMYK 0 0.25 0.83 0.16
HSL 41.8º 0.71% 0.49% -
HSV(B) 41.8º 0.83% 0.84% -
XYZ 40.62 39.57 7.16 -
YUV 162.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 214 160 36 0 0.25 0.83 0.16 41.8 0.71 0.49
Hex D6 A0 24 0 19 53 10 2A 47 31
Octal 326 240 44 0 31 123 20 52 107 61
Binary 11010110 10100000 100100 0 11001 1010011 10000 101010 1000111 110001

Color Harmonies of #D6A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A024

Black with #D6A024

Text Example


Text Example

White with #D6A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A024; }

 p { color: rgb(214,160,36); }

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

background-color css

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

 a { background-color: rgb(214,160,36); }

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

border-color css

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

 span { border-color: rgb(214,160,36); }

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