Html Css Color HEX #D0A821 Galliano

📋 copy color: '#D0A821'

red 208 ◦ green 168 ◦ blue 33

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

Shades of Galliano #D0A821

Tints of Galliano #D0A821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 50.86%
G = 41.08%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0A821 (or 0xD0A821) is known color: Galliano. HEX triplet: D0, A8 and 21. RGB value is (208,168,33). Sum of RGB (Red+Green+Blue) = 208+168+33=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A821 is #2F57DE. Grayscale: #A5A5A5. Windows color (decimal): -3102687 or 2205904. OLE color: 2205904.

HSL color Cylindrical-coordinate representation of color #D0A821: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0A821 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 33 -
CMYK 0 0.19 0.84 0.18
HSL 46.29º 0.73% 0.47% -
HSV(B) 46.29º 0.84% 0.82% -
XYZ 40.29 41.52 7.33 -
YUV 164.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 208 168 33 0 0.19 0.84 0.18 46.29 0.73 0.47
Hex D0 A8 21 0 13 54 12 2E 49 2F
Octal 320 250 41 0 23 124 22 56 111 57
Binary 11010000 10101000 100001 0 10011 1010100 10010 101110 1001001 101111

Color Harmonies of #D0A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A821

Black with #D0A821

Text Example


Text Example

White with #D0A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A821; }

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

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

background-color css

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

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

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

border-color css

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

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

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