Html Css Color HEX #D0B327 Galliano

📋 copy color: '#D0B327'

red 208 ◦ green 179 ◦ blue 39

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

Shades of Galliano #D0B327

Tints of Galliano #D0B327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 48.83%
G = 42.02%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0B327 (or 0xD0B327) is known color: Galliano. HEX triplet: D0, B3 and 27. RGB value is (208,179,39). Sum of RGB (Red+Green+Blue) = 208+179+39=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B327 is #2F4CD8. Grayscale: #ACACAC. Windows color (decimal): -3099865 or 2601936. OLE color: 2601936.

HSL color Cylindrical-coordinate representation of color #D0B327: hue angle of 49.7º 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 #D0B327 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 39 -
CMYK 0 0.14 0.81 0.18
HSL 49.7º 0.68% 0.48% -
HSV(B) 49.7º 0.81% 0.82% -
XYZ 42.5 45.8 8.52 -
YUV 171.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 208 179 39 0 0.14 0.81 0.18 49.7 0.68 0.48
Hex D0 B3 27 0 E 51 12 32 44 30
Octal 320 263 47 0 16 121 22 62 104 60
Binary 11010000 10110011 100111 0 1110 1010001 10010 110010 1000100 110000

Color Harmonies of #D0B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B327

Black with #D0B327

Text Example


Text Example

White with #D0B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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