Html Css Color HEX #D6991A Galliano

📋 copy color: '#D6991A'

red 214 ◦ green 153 ◦ blue 26

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

Shades of Galliano #D6991A

Tints of Galliano #D6991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 54.45%
G = 38.93%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6991A (or 0xD6991A) is known color: Galliano. HEX triplet: D6, 99 and 1A. RGB value is (214,153,26). Sum of RGB (Red+Green+Blue) = 214+153+26=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6991A is #2966E5. Grayscale: #9D9D9D. Windows color (decimal): -2713318 or 1743318. OLE color: 1743318.

HSL color Cylindrical-coordinate representation of color #D6991A: hue angle of 40.53º 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 #D6991A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 26 -
CMYK 0 0.29 0.88 0.16
HSL 40.53º 0.78% 0.47% -
HSV(B) 40.53º 0.88% 0.84% -
XYZ 39.31 37.15 6.08 -
YUV 156.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 214 153 26 0 0.29 0.88 0.16 40.53 0.78 0.47
Hex D6 99 1A 0 1D 58 10 29 4E 2F
Octal 326 231 32 0 35 130 20 51 116 57
Binary 11010110 10011001 11010 0 11101 1011000 10000 101001 1001110 101111

Color Harmonies of #D6991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6991A

Black with #D6991A

Text Example


Text Example

White with #D6991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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