Html Css Color HEX #D79F2B Galliano

📋 copy color: '#D79F2B'

red 215 ◦ green 159 ◦ blue 43

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

Shades of Galliano #D79F2B

Tints of Galliano #D79F2B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 43 (17.19% from 255) = 10.31%

R = 51.56%
G = 38.13%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D79F2B (or 0xD79F2B) is known color: Galliano. HEX triplet: D7, 9F and 2B. RGB value is (215,159,43). Sum of RGB (Red+Green+Blue) = 215+159+43=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79F2B is #2860D4. Grayscale: #A3A3A3. Windows color (decimal): -2646229 or 2858967. OLE color: 2858967.

HSL color Cylindrical-coordinate representation of color #D79F2B: hue angle of 40.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D79F2B is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 159 43 -
CMYK 0 0.26 0.8 0.16
HSL 40.47º 0.68% 0.51% -
HSV(B) 40.47º 0.8% 0.84% -
XYZ 40.86 39.42 7.74 -
YUV 162.52 60.55 165.43 -
System Red Green Blue C M Y K H S L
Decimal 215 159 43 0 0.26 0.8 0.16 40.47 0.68 0.51
Hex D7 9F 2B 0 1A 50 10 28 44 33
Octal 327 237 53 0 32 120 20 50 104 63
Binary 11010111 10011111 101011 0 11010 1010000 10000 101000 1000100 110011

Color Harmonies of #D79F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79F2B

Black with #D79F2B

Text Example


Text Example

White with #D79F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79F2B; }

 p { color: rgb(215,159,43); }

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

background-color css

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

 a { background-color: rgb(215,159,43); }

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

border-color css

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

 span { border-color: rgb(215,159,43); }

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