Html Css Color HEX #D79B1A Galliano

📋 copy color: '#D79B1A'

red 215 ◦ green 155 ◦ blue 26

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

Shades of Galliano #D79B1A

Tints of Galliano #D79B1A

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

 GREEN value IS 155 (60.94% from 255) = 39.14%

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

R = 54.29%
G = 39.14%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D79B1A (or 0xD79B1A) is known color: Galliano. HEX triplet: D7, 9B and 1A. RGB value is (215,155,26). Sum of RGB (Red+Green+Blue) = 215+155+26=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79B1A is #2864E5. Grayscale: #9E9E9E. Windows color (decimal): -2647270 or 1743831. OLE color: 1743831.

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

Color convert

RGB 215 155 26 -
CMYK 0 0.28 0.88 0.16
HSL 40.95º 0.78% 0.47% -
HSV(B) 40.95º 0.88% 0.84% -
XYZ 39.93 37.96 6.2 -
YUV 158.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 215 155 26 0 0.28 0.88 0.16 40.95 0.78 0.47
Hex D7 9B 1A 0 1C 58 10 29 4E 2F
Octal 327 233 32 0 34 130 20 51 116 57
Binary 11010111 10011011 11010 0 11100 1011000 10000 101001 1001110 101111

Color Harmonies of #D79B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B1A

Black with #D79B1A

Text Example


Text Example

White with #D79B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B1A; }

 p { color: rgb(215,155,26); }

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

background-color css

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

 a { background-color: rgb(215,155,26); }

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

border-color css

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

 span { border-color: rgb(215,155,26); }

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