Html Css Color HEX #D0AB2B Galliano

📋 copy color: '#D0AB2B'

red 208 ◦ green 171 ◦ blue 43

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

Shades of Galliano #D0AB2B

Tints of Galliano #D0AB2B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 49.29%
G = 40.52%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0AB2B (or 0xD0AB2B) is known color: Galliano. HEX triplet: D0, AB and 2B. RGB value is (208,171,43). Sum of RGB (Red+Green+Blue) = 208+171+43=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB2B is #2F54D4. Grayscale: #A8A8A8. Windows color (decimal): -3101909 or 2862032. OLE color: 2862032.

HSL color Cylindrical-coordinate representation of color #D0AB2B: hue angle of 46.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0AB2B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 43 -
CMYK 0 0.18 0.79 0.18
HSL 46.55º 0.66% 0.49% -
HSV(B) 46.55º 0.79% 0.82% -
XYZ 41.01 42.71 8.37 -
YUV 167.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 208 171 43 0 0.18 0.79 0.18 46.55 0.66 0.49
Hex D0 AB 2B 0 12 4F 12 2F 42 31
Octal 320 253 53 0 22 117 22 57 102 61
Binary 11010000 10101011 101011 0 10010 1001111 10010 101111 1000010 110001

Color Harmonies of #D0AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB2B

Black with #D0AB2B

Text Example


Text Example

White with #D0AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB2B; }

 p { color: rgb(208,171,43); }

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

background-color css

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

 a { background-color: rgb(208,171,43); }

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

border-color css

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

 span { border-color: rgb(208,171,43); }

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