Html Css Color HEX #D6A723 Galliano

📋 copy color: '#D6A723'

red 214 ◦ green 167 ◦ blue 35

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

Shades of Galliano #D6A723

Tints of Galliano #D6A723

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 51.44%
G = 40.14%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6A723 (or 0xD6A723) is known color: Galliano. HEX triplet: D6, A7 and 23. RGB value is (214,167,35). Sum of RGB (Red+Green+Blue) = 214+167+35=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A723 is #2958DC. Grayscale: #A6A6A6. Windows color (decimal): -2709725 or 2336726. OLE color: 2336726.

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

Color convert

RGB 214 167 35 -
CMYK 0 0.22 0.84 0.16
HSL 44.25º 0.72% 0.49% -
HSV(B) 44.25º 0.84% 0.84% -
XYZ 41.85 42.05 7.5 -
YUV 166.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 214 167 35 0 0.22 0.84 0.16 44.25 0.72 0.49
Hex D6 A7 23 0 16 54 10 2C 48 31
Octal 326 247 43 0 26 124 20 54 110 61
Binary 11010110 10100111 100011 0 10110 1010100 10000 101100 1001000 110001

Color Harmonies of #D6A723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A723

Black with #D6A723

Text Example


Text Example

White with #D6A723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A723; }

 p { color: rgb(214,167,35); }

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

background-color css

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

 a { background-color: rgb(214,167,35); }

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

border-color css

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

 span { border-color: rgb(214,167,35); }

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