Html Css Color HEX #D79A1B Galliano

📋 copy color: '#D79A1B'

red 215 ◦ green 154 ◦ blue 27

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

Shades of Galliano #D79A1B

Tints of Galliano #D79A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

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

R = 54.29%
G = 38.89%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D79A1B (or 0xD79A1B) is known color: Galliano. HEX triplet: D7, 9A and 1B. RGB value is (215,154,27). Sum of RGB (Red+Green+Blue) = 215+154+27=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A1B is #2865E4. Grayscale: #9E9E9E. Windows color (decimal): -2647525 or 1809111. OLE color: 1809111.

HSL color Cylindrical-coordinate representation of color #D79A1B: 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.87%. Process color model (Four color, CMYK) of #D79A1B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 27 -
CMYK 0 0.28 0.87 0.16
HSL 40.53º 0.78% 0.47% -
HSV(B) 40.53º 0.87% 0.84% -
XYZ 39.78 37.64 6.21 -
YUV 157.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 215 154 27 0 0.28 0.87 0.16 40.53 0.78 0.47
Hex D7 9A 1B 0 1C 57 10 29 4E 2F
Octal 327 232 33 0 34 127 20 51 116 57
Binary 11010111 10011010 11011 0 11100 1010111 10000 101001 1001110 101111

Color Harmonies of #D79A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A1B

Black with #D79A1B

Text Example


Text Example

White with #D79A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A1B; }

 p { color: rgb(215,154,27); }

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

background-color css

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

 a { background-color: rgb(215,154,27); }

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

border-color css

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

 span { border-color: rgb(215,154,27); }

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