Html Css Color HEX #D6AB0D Galliano

📋 copy color: '#D6AB0D'

red 214 ◦ green 171 ◦ blue 13

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

Shades of Galliano #D6AB0D

Tints of Galliano #D6AB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 53.77%
G = 42.96%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6AB0D (or 0xD6AB0D) is known color: Galliano. HEX triplet: D6, AB and 0D. RGB value is (214,171,13). Sum of RGB (Red+Green+Blue) = 214+171+13=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB0D is #2954F2. Grayscale: #A6A6A6. Windows color (decimal): -2708723 or 895958. OLE color: 895958.

HSL color Cylindrical-coordinate representation of color #D6AB0D: hue angle of 47.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6AB0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 13 -
CMYK 0 0.20 0.94 0.16
HSL 47.16º 0.89% 0.45% -
HSV(B) 47.16º 0.94% 0.84% -
XYZ 42.37 43.45 6.53 -
YUV 165.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 214 171 13 0 0.20 0.94 0.16 47.16 0.89 0.45
Hex D6 AB D 0 14 5E 10 2F 59 2D
Octal 326 253 15 0 24 136 20 57 131 55
Binary 11010110 10101011 1101 0 10100 1011110 10000 101111 1011001 101101

Color Harmonies of #D6AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB0D

Black with #D6AB0D

Text Example


Text Example

White with #D6AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB0D; }

 p { color: rgb(214,171,13); }

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

background-color css

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

 a { background-color: rgb(214,171,13); }

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

border-color css

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

 span { border-color: rgb(214,171,13); }

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