Html Css Color HEX #D2991A Galliano

📋 copy color: '#D2991A'

red 210 ◦ green 153 ◦ blue 26

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

Shades of Galliano #D2991A

Tints of Galliano #D2991A

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

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

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

R = 53.98%
G = 39.33%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2991A (or 0xD2991A) is known color: Galliano. HEX triplet: D2, 99 and 1A. RGB value is (210,153,26). Sum of RGB (Red+Green+Blue) = 210+153+26=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2991A is #2D66E5. Grayscale: #9C9C9C. Windows color (decimal): -2975462 or 1743314. OLE color: 1743314.

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

Color convert

RGB 210 153 26 -
CMYK 0 0.27 0.88 0.18
HSL 41.41º 0.78% 0.46% -
HSV(B) 41.41º 0.88% 0.82% -
XYZ 38.16 36.56 6.02 -
YUV 155.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 210 153 26 0 0.27 0.88 0.18 41.41 0.78 0.46
Hex D2 99 1A 0 1B 58 12 29 4E 2E
Octal 322 231 32 0 33 130 22 51 116 56
Binary 11010010 10011001 11010 0 11011 1011000 10010 101001 1001110 101110

Color Harmonies of #D2991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2991A

Black with #D2991A

Text Example


Text Example

White with #D2991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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