Html Css Color HEX #D0AB0F Galliano

📋 copy color: '#D0AB0F'

red 208 ◦ green 171 ◦ blue 15

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

Shades of Galliano #D0AB0F

Tints of Galliano #D0AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.81%

R = 52.79%
G = 43.4%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0AB0F (or 0xD0AB0F) is known color: Galliano. HEX triplet: D0, AB and 0F. RGB value is (208,171,15). Sum of RGB (Red+Green+Blue) = 208+171+15=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB0F is #2F54F0. Grayscale: #A4A4A4. Windows color (decimal): -3101937 or 1027024. OLE color: 1027024.

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

Color convert

RGB 208 171 15 -
CMYK 0 0.18 0.93 0.18
HSL 48.5º 0.87% 0.44% -
HSV(B) 48.5º 0.93% 0.82% -
XYZ 40.66 42.57 6.53 -
YUV 164.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 208 171 15 0 0.18 0.93 0.18 48.5 0.87 0.44
Hex D0 AB F 0 12 5D 12 30 57 2C
Octal 320 253 17 0 22 135 22 60 127 54
Binary 11010000 10101011 1111 0 10010 1011101 10010 110000 1010111 101100

Color Harmonies of #D0AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB0F

Black with #D0AB0F

Text Example


Text Example

White with #D0AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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