Html Css Color HEX #D0B127 Galliano

📋 copy color: '#D0B127'

red 208 ◦ green 177 ◦ blue 39

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

Shades of Galliano #D0B127

Tints of Galliano #D0B127

RGB

 RED value IS 208 (81.64% from 255) = 49.06%

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

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

R = 49.06%
G = 41.75%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0B127 (or 0xD0B127) is known color: Galliano. HEX triplet: D0, B1 and 27. RGB value is (208,177,39). Sum of RGB (Red+Green+Blue) = 208+177+39=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B127 is #2F4ED8. Grayscale: #ABABAB. Windows color (decimal): -3100377 or 2601424. OLE color: 2601424.

HSL color Cylindrical-coordinate representation of color #D0B127: hue angle of 48.99º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0B127 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 177 39 -
CMYK 0 0.15 0.81 0.18
HSL 48.99º 0.68% 0.48% -
HSV(B) 48.99º 0.81% 0.82% -
XYZ 42.1 45 8.39 -
YUV 170.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 208 177 39 0 0.15 0.81 0.18 48.99 0.68 0.48
Hex D0 B1 27 0 F 51 12 31 44 30
Octal 320 261 47 0 17 121 22 61 104 60
Binary 11010000 10110001 100111 0 1111 1010001 10010 110001 1000100 110000

Color Harmonies of #D0B127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B127

Black with #D0B127

Text Example


Text Example

White with #D0B127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B127; }

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

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

background-color css

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

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

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

border-color css

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

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

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