Html Css Color HEX #D5B127 Galliano

📋 copy color: '#D5B127'

red 213 ◦ green 177 ◦ blue 39

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

Shades of Galliano #D5B127

Tints of Galliano #D5B127

RGB

 RED value IS 213 (83.59% from 255) = 49.65%

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 49.65%
G = 41.26%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5B127 (or 0xD5B127) is known color: Galliano. HEX triplet: D5, B1 and 27. RGB value is (213,177,39). Sum of RGB (Red+Green+Blue) = 213+177+39=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B127 is #2A4ED8. Grayscale: #ACACAC. Windows color (decimal): -2772697 or 2601429. OLE color: 2601429.

HSL color Cylindrical-coordinate representation of color #D5B127: hue angle of 47.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5B127 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 39 -
CMYK 0 0.17 0.82 0.16
HSL 47.59º 0.69% 0.49% -
HSV(B) 47.59º 0.82% 0.84% -
XYZ 43.53 45.74 8.45 -
YUV 172.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 213 177 39 0 0.17 0.82 0.16 47.59 0.69 0.49
Hex D5 B1 27 0 11 52 10 30 45 31
Octal 325 261 47 0 21 122 20 60 105 61
Binary 11010101 10110001 100111 0 10001 1010010 10000 110000 1000101 110001

Color Harmonies of #D5B127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B127

Black with #D5B127

Text Example


Text Example

White with #D5B127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B127; }

 p { color: rgb(213,177,39); }

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

background-color css

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

 a { background-color: rgb(213,177,39); }

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

border-color css

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

 span { border-color: rgb(213,177,39); }

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