Html Css Color HEX #D6B01A Galliano

📋 copy color: '#D6B01A'

red 214 ◦ green 176 ◦ blue 26

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

Shades of Galliano #D6B01A

Tints of Galliano #D6B01A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 26 (10.55% from 255) = 6.25%

R = 51.44%
G = 42.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6B01A (or 0xD6B01A) is known color: Galliano. HEX triplet: D6, B0 and 1A. RGB value is (214,176,26). Sum of RGB (Red+Green+Blue) = 214+176+26=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B01A is #294FE5. Grayscale: #AAAAAA. Windows color (decimal): -2707430 or 1749206. OLE color: 1749206.

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

Color convert

RGB 214 176 26 -
CMYK 0 0.18 0.88 0.16
HSL 47.87º 0.78% 0.47% -
HSV(B) 47.87º 0.88% 0.84% -
XYZ 43.44 45.42 7.45 -
YUV 170.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 214 176 26 0 0.18 0.88 0.16 47.87 0.78 0.47
Hex D6 B0 1A 0 12 58 10 30 4E 2F
Octal 326 260 32 0 22 130 20 60 116 57
Binary 11010110 10110000 11010 0 10010 1011000 10000 110000 1001110 101111

Color Harmonies of #D6B01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B01A

Black with #D6B01A

Text Example


Text Example

White with #D6B01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B01A; }

 p { color: rgb(214,176,26); }

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

background-color css

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

 a { background-color: rgb(214,176,26); }

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

border-color css

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

 span { border-color: rgb(214,176,26); }

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