Html Css Color HEX #D6A11B Galliano

📋 copy color: '#D6A11B'

red 214 ◦ green 161 ◦ blue 27

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

Shades of Galliano #D6A11B

Tints of Galliano #D6A11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

 BLUE value IS 27 (10.94% from 255) = 6.72%

R = 53.23%
G = 40.05%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6A11B (or 0xD6A11B) is known color: Galliano. HEX triplet: D6, A1 and 1B. RGB value is (214,161,27). Sum of RGB (Red+Green+Blue) = 214+161+27=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A11B is #295EE4. Grayscale: #A2A2A2. Windows color (decimal): -2711269 or 1810902. OLE color: 1810902.

HSL color Cylindrical-coordinate representation of color #D6A11B: hue angle of 42.99º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6A11B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 27 -
CMYK 0 0.25 0.87 0.16
HSL 42.99º 0.78% 0.47% -
HSV(B) 42.99º 0.87% 0.84% -
XYZ 40.67 39.87 6.59 -
YUV 161.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 214 161 27 0 0.25 0.87 0.16 42.99 0.78 0.47
Hex D6 A1 1B 0 19 57 10 2B 4E 2F
Octal 326 241 33 0 31 127 20 53 116 57
Binary 11010110 10100001 11011 0 11001 1010111 10000 101011 1001110 101111

Color Harmonies of #D6A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A11B

Black with #D6A11B

Text Example


Text Example

White with #D6A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A11B; }

 p { color: rgb(214,161,27); }

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

background-color css

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

 a { background-color: rgb(214,161,27); }

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

border-color css

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

 span { border-color: rgb(214,161,27); }

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