Html Css Color HEX #D0A823 Galliano

📋 copy color: '#D0A823'

red 208 ◦ green 168 ◦ blue 35

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

Shades of Galliano #D0A823

Tints of Galliano #D0A823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 50.61%
G = 40.88%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0A823 (or 0xD0A823) is known color: Galliano. HEX triplet: D0, A8 and 23. RGB value is (208,168,35). Sum of RGB (Red+Green+Blue) = 208+168+35=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A823 is #2F57DC. Grayscale: #A5A5A5. Windows color (decimal): -3102685 or 2336976. OLE color: 2336976.

HSL color Cylindrical-coordinate representation of color #D0A823: hue angle of 46.13º 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 #D0A823 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 35 -
CMYK 0 0.19 0.83 0.18
HSL 46.13º 0.71% 0.48% -
HSV(B) 46.13º 0.83% 0.82% -
XYZ 40.32 41.54 7.48 -
YUV 164.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 208 168 35 0 0.19 0.83 0.18 46.13 0.71 0.48
Hex D0 A8 23 0 13 53 12 2E 47 30
Octal 320 250 43 0 23 123 22 56 107 60
Binary 11010000 10101000 100011 0 10011 1010011 10010 101110 1000111 110000

Color Harmonies of #D0A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A823

Black with #D0A823

Text Example


Text Example

White with #D0A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A823; }

 p { color: rgb(208,168,35); }

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

background-color css

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

 a { background-color: rgb(208,168,35); }

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

border-color css

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

 span { border-color: rgb(208,168,35); }

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